FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code.angularjs.org/1.2.26/docs/Error404.html at master · angular/code.angularjs.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
angular
/
code.angularjs.org
Public archive
Notifications
You must be signed in to change notification settings
Fork
731
Star
149
Code
Issues
3
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code.angularjs.org
/
1.2.26
/
docs
/
Error404.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (8 loc) · 383 Bytes
Breadcrumbs
code.angularjs.org
/
1.2.26
/
docs
/
Error404.html
Copy path
File metadata and controls
11 lines (8 loc) · 383 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
<
h1
>
Oops!
</
h1
>
<
p
>
The page you requested does not exist. Perhaps you were looking for something else...
</
p
>
<
div
ng-controller
="
Error404SearchCtrl
"
>
<
dl
ng-repeat
="
(key, value) in results
"
ng-show
="
value.length
"
style
="
float: left; margin-right:20px
"
>
<
dt
>
{{ key }}
</
dt
>
<
dd
ng-repeat
="
item in value
"
>
<
a
ng-href
="
{{ item.path }}
"
>
{{ item.name }}
</
a
>
</
dd
>
</
dl
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL