aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2012-02-23 19:47:58 -0800
committerVojta Jina2012-02-28 18:22:35 -0800
commit139e1b09a94f60b351cc961d8bfd882c0b8ba594 (patch)
treee4403c52a9be8db33a991420056c865855bdd6f7 /docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
parent60743fc52aea9eabee58258a31f4ba465013cb4e (diff)
downloadangular.js-139e1b09a94f60b351cc961d8bfd882c0b8ba594.tar.bz2
docs(forms): Update API docs for forms
- API forms (ng:model + controller, form + controller) - fix some broken links - ng:change, ng:model-instant
Diffstat (limited to 'docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
index 1c934745..09c3a07b 100644
--- a/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
+++ b/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
@@ -7,7 +7,7 @@ angular, but advanced users who want more control over the initialization proces
the manual bootstrapping method instead.
The best way to get started with manual bootstrapping is to look at the what happens when you use
-{@link api/angular.directive.ng:app ng:app}, by showing each step of the process
+{@link api/angular.module.ng.$compileProvider.directive.ng:app ng:app}, by showing each step of the process
explicitly.
<pre>