diff options
| author | Misko Hevery | 2012-05-25 15:14:56 -0700 |
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:09 -0700 |
| commit | 7019f142ab79940eb4fc5b26fdcfdf2caf1d2b73 (patch) | |
| tree | 3c2d0a63054789ff66d1416400bd3a3e8c5d8d48 /docs/content | |
| parent | 0532aabcf97a08badd6ed67ad40453d37da89556 (diff) | |
| download | angular.js-7019f142ab79940eb4fc5b26fdcfdf2caf1d2b73.tar.bz2 | |
merge cleanup
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/bootstrap.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 997ec3af..b2c681b5 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -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. |
