diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 3ba4bdc3615f..575cc47048b9 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -2255,7 +2255,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ * * For best practices on using `ngModel`, see: * - * - [https://github.com/angular/angular.js/wiki/Understanding-Scopes] + * - (Understanding Scopes)[https://github.com/angular/angular.js/wiki/Understanding-Scopes] * * For basic examples, how to use `ngModel`, see: *