diff options
Diffstat (limited to 'docs/content/guide/overview.ngdoc')
| -rw-r--r-- | docs/content/guide/overview.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index 71eb90e9..88dba5cc 100644 --- a/docs/content/guide/overview.ngdoc +++ b/docs/content/guide/overview.ngdoc @@ -132,7 +132,7 @@ These input widgets look normal enough, but consider these points:    * When this page loaded, angular bound the names of the input widgets (`qty` and `cost`) to      variables of the same name. Think of those variables as the "Model" component of the      Model-View-Controller design pattern. -  * Note that the HTML widget {@link api/angular.module.ng.$compileProvider.directive.input input} +  * Note that the HTML widget {@link api/ng.directive:input input}      has special powers. The input invalidates itself by turning red when you enter invalid data or      leave the the input fields blank. These new widget behavior make it easier to implement field      validation common in CRUD applications. | 
