angular.bootstrap
(API in module ng
)
Use this function to manually start up angular application.
See: Bootstrap
angular.bootstrap(element[, modules]);
element – {Element} –
DOM element which is the root of angular application.
modules(optional) – {Array<String|Function>=} –
an array of module declarations. See: modules
{AUTO.$injector}
– Returns the newly created injector for this app.