Auto and Manual Bootstrapping AngularJS Application


AngularJS application auto-bootstrapped using ngApp directive.ngApp directive designates the root element of the application.Only one application can be bootstrapped per HTML document.To bootstrap any other module inside an application can be done manually using angular.bootstrap() method.In this demo, "We will learn about bootstrapping AngularJS module application using ng-app directive and bootstrap() method".Below code has the demo code for bootstrapping 2 AngularJS module. application1 is...
 •  0 comments  •  flag
Share on Twitter
Published on October 01, 2014 09:42
No comments have been added yet.