mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
committed by
Pawel Kozlowski
parent
d0351c4803
commit
e6a2527cdf
@@ -7,9 +7,9 @@
|
||||
* @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 represent the root element of application. It is also the
|
||||
* location where the applications {@link auto.$injector $injector} service gets
|
||||
* published, it can be retrieved using `$rootElement.injector()`.
|
||||
* {@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()`.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user