docs(ngModel): fix anchor text

Closes #9604
This commit is contained in:
Ciro Nunes
2014-10-13 23:46:23 -03:00
committed by Peter Bacon Darwin
parent edc2613ed5
commit 2d74323e3e
+1 -1
View File
@@ -1284,7 +1284,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:
*