Skip to content
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
@deshdeepakyadav

Description

@deshdeepakyadav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions