angular.bootstrap
ng
angular.bootstrap(element[, modules]);
Param | Type | Details |
---|---|---|
element | Element | DOM element which is the root of angular application. |
modules (optional) | Array<String|Function> | an array of module declarations. See: |
AUTO.$injector | Returns the newly created injector for this app. |