diff options
| author | Misko Hevery | 2011-11-10 21:03:39 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:18 -0800 |
| commit | 035c7510763a9742294d51ba55aea0b6dd08ea58 (patch) | |
| tree | 9f75d9c428f27cafade730c58d44a170c56dd619 /docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc | |
| parent | 186a840cd34d3ffed7b351a1827e7736cd8d54c3 (diff) | |
| download | angular.js-035c7510763a9742294d51ba55aea0b6dd08ea58.tar.bz2 | |
fix(doc) cleanup all dev guide doc link warnings
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc b/docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc index b76e5379..4200c823 100644 --- a/docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc +++ b/docs/content/guide/dev_guide.compiler.understanding_compiler.ngdoc @@ -20,7 +20,7 @@ dataset]"`), the link function gets called to set up a listener on each element Note that angular's built-in widgets, directives, and markup have predefined compile and link functions that you don't need to modify. When you create your own widgets, directives, or markup, -you must write compile and link functions for them. Refer to the {@link api/angular.compile +you must write compile and link functions for them. Refer to the {@link api/angular.module.NG.$compile Compiler API} for details. When the angular compiler compiles a page, it proceeds through 3 phases: Compile, Create Root @@ -53,7 +53,7 @@ Note that while the compile function is executed exactly once, the link function multiple times, for example, once for each iteration in a repeater. The angular compiler exposes methods that you will need to make use of when writing your own -widgets and directives. For information on these methods, see the {@link api/angular.compile +widgets and directives. For information on these methods, see the {@link api/angular.module.NG.$compile Compiler API doc}. @@ -65,4 +65,4 @@ Compiler API doc}. ## Related API -* {@link api/angular.compile angular.compile()} +* {@link api/angular.module.NG.$compile $compile()} |
