| <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> |