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.
The first ng-app will automatically bootstrap, the rest need to be bootstrapped manually