diff options
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 92c7d2c5..60cf6dfe 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1209,7 +1209,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$   *   * For best practices on using `ngModel`, see:   * - *  - {@link https://github.com/angular/angular.js/wiki/Understanding-Scopes} + *  - [https://github.com/angular/angular.js/wiki/Understanding-Scopes]   *   * For basic examples, how to use `ngModel`, see:   * | 
