We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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