aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2011-11-10 21:03:39 -0800
committerMisko Hevery2011-11-14 20:31:18 -0800
commit035c7510763a9742294d51ba55aea0b6dd08ea58 (patch)
tree9f75d9c428f27cafade730c58d44a170c56dd619 /docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
parent186a840cd34d3ffed7b351a1827e7736cd8d54c3 (diff)
downloadangular.js-035c7510763a9742294d51ba55aea0b6dd08ea58.tar.bz2
fix(doc) cleanup all dev guide doc link warnings
Diffstat (limited to 'docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
index 8ff74d91..435f1418 100644
--- a/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
+++ b/docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc
@@ -31,7 +31,7 @@ This is the sequence that your code should follow if you bootstrap angular on yo
1. After the page is loaded, find the root of the HTML template, which is typically the root of
the document.
-2. Run angular's {@link dev_guide.compiler Angular HTML compiler}, which converts a template into
+2. Call {@link api/angular.bootstrap} to {@link dev_guide.compiler compile} the template into
an executable, bi-directionally bound application.
@@ -43,4 +43,4 @@ an executable, bi-directionally bound application.
## Related API
-{@link api/angular.compile Compiler API}
+{@link api/angular.module.NG.$compile Compiler API}