diff options
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc b/docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc index 2c9fbb34..312f4000 100644 --- a/docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc +++ b/docs/content/guide/dev_guide.compiler.widgets.creating_widgets.ngdoc @@ -80,7 +80,7 @@ angular.widget('my:time', function(compileElement){  The angular compiler exposes methods that you may need to use of when writing your own widgets and  directives.  For example, the `descend()` method lets you control whether the compiler ignores or  processes child elements of the element it is compiling.  For information on this and other -compiler methods, see the {@link api/angular.module.NG.$compile Compiler API doc}. +compiler methods, see the {@link api/angular.module.ng.$compile Compiler API doc}.  ## Related Topics @@ -92,4 +92,4 @@ compiler methods, see the {@link api/angular.module.NG.$compile Compiler API doc  ## Related API -* {@link api/angular.module.NG.$compile Compiler API} +* {@link api/angular.module.ng.$compile Compiler API} | 
