mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
merge cleanup
This commit is contained in:
parent
0532aabcf9
commit
7019f142ab
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ initialization.
|
|||
Angular initializes automatically upon `DOMContentLoaded` event, at which point angular looks for
|
||||
the {@link api/angular.module.ng.$compileProvider.directive.ngApp `ng-app`} directive which
|
||||
designates your application root. If {@link
|
||||
api/angular.module.ng.$compileProvider.directive.ng:app `ng-app`} directive is found then Angular
|
||||
api/angular.module.ng.$compileProvider.directive.ngApp `ng-app`} directive is found then Angular
|
||||
will:
|
||||
|
||||
* load the {@link guide/module module} associated with the directive.
|
||||
|
|
|
|||
Loading…
Reference in a new issue