/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/app/assets/Error404.html
11 строк
383 B
Peter Bacon Darwin
docs(Error404): better heading
08 мар 2014, 11:06
08 мар 2014, 11:06
44d160e
Код
Авторство
О чём код?
<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>