search

Home  >  Q&A  >  body text

angular.js - angularjs module loading

I customized 2 modules in one HTML, and used ng-app to specify starting from the first module. As a result, only the first module is executed. I would like to ask if the customized module only executes the module specified by ng-app. , other modules are ignored.

滿天的星座滿天的星座2793 days ago553

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-05-15 17:09:25

    The first ng-app will automatically bootstrap, the rest need to be bootstrapped manually

    reply
    0
  • Cancelreply