Will the browser parse and compile when it encounters a custom angularjs module in js when loading the entire html document?
But the specified module will be loaded after the ng-app directive. Does it need to be loaded and parsed before? Please let me know
ng-app
is the entry directive for AngularJS 1 applications. All content can only be run within the page tag where the directive is located.