Angular.module name by default
2 answers
From viewing AngularJS source code. I can only guess that the default name for the module is ng-appeither simple app, or ngAppor ng-app. You need to try these three to see which one works.
The directive is ng-appused to create a module via HTML. If there are no directives in HTML np-app, then you need to assign the DOM module with angular.bootstrap. Without a module, an AgularJS application will not work.
ng-app . AngularJS HTML.
<html ng-app>. , AngularJS JS-. , .
(, ), .
, .
+2