mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
12 lines
383 B
HTML
12 lines
383 B
HTML
<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>
|