Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0532aab commit 7019f14Copy full SHA for 7019f14
docs/content/guide/bootstrap.ngdoc
@@ -51,7 +51,7 @@ initialization.
51
Angular initializes automatically upon `DOMContentLoaded` event, at which point angular looks for
52
the {@link api/angular.module.ng.$compileProvider.directive.ngApp `ng-app`} directive which
53
designates your application root. If {@link
54
-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
55
will:
56
57
* load the {@link guide/module module} associated with the directive.
0 commit comments