Angularjs Examples

AJS Examples


AngularJS Bootstrap Function

AngularJS bootstrap function is used to manual initialize AngularJS in order to have more control over the initialization process. This can be achieved by calling angular.bootstrap() function inside angular.element(document).ready() function.

The angular.bootstrap() function takes two parameters, the document and module name injector as the second parameter to the angular.bootstrap() function.

Syntax

AngularJS Bootstrap Function Example