From 035c7510763a9742294d51ba55aea0b6dd08ea58 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 10 Nov 2011 21:03:39 -0800 Subject: fix(doc) cleanup all dev guide doc link warnings --- docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/dev_guide.bootstrap.manual_bootstrap.ngdoc') 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} -- cgit v1.2.3