angular.js - Module loading in angularjs
習慣沉默
習慣沉默 2017-05-15 17:07:19
0
1
546

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

習慣沉默
習慣沉默

reply all(1)
PHPzhong

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template