aboutsummaryrefslogtreecommitdiffstats
path: root/docs/app/assets/Error404.html
blob: 07733d0696ecd85a5cb466611f5186d18166471b (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1>Welcome To AngularJS</h1>

<p>The page you were looking for is not here. 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>