/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.7.3
src/ng/rootElement.js
16 строк
536 B
Peter Bacon Darwin
docs(*): ensure naming is correct for Angular(JS) versions
25 янв 2017, 11:18
25 янв 2017, 11:18
0304383
Код
Авторство
О чём код?
'use strict'; /** * @ngdoc service * @name $rootElement * * @description * The root element of AngularJS 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