angular.bootstrap (API in module ng )

Description

Use this function to manually start up angular application.

See: Bootstrap

Usage

angular.bootstrap(element[, modules]);

Parameters

Returns

{AUTO.$injector}

Returns the newly created injector for this app.