/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.6.8
src/ng/rootElement.js
16 строк
534 B
Chris Tanseer
docs($rootElement): fix minor grammatical errors
30 ноя 2014, 01:19
30 ноя 2014, 01:19
e6a2527
Код
Авторство
О чём код?
'use strict'; /** * @ngdoc service * @name $rootElement * * @description * The root element of Angular application. This is either the element where {@link * ng.directive:ngApp ngApp} was declared or the element passed into * {@link angular.bootstrap}. The element represents the root element of application. It is also the * location where the application's {@link auto.$injector $injector} service gets * published, and can be retrieved using `$rootElement.injector()`. */ // the implementation is in angular.bootstrap