angular.bootstrap

Description

Use this function to manually start up angular application.

See: Bootstrap

Usage

bootstrap(element[, modules]);

Parameters

Returns

{angular.module.auto.$injector}

Returns the newly created injector for this app.