This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
To Change Expamle for angular.bootstrap function #7032
Closed
Description
In angular.bootstrap function example is not containing use of angular.bootstrap(); function and application is using ng-app which is auto initialization of angular js.while this function is explaining about manual initialization of angular js. So, Please remove ng-app from body tag and add following code in controller.js file.
angular.element(document).ready(function() {
angular.bootstrap(document, ['multi-bootstrap']);
});
Metadata
Metadata
Assignees
Labels
No labels