docs(ngModel): provide link for best practices.

Closes #3973
This commit is contained in:
Paxton Hare 2013-09-11 13:51:20 -04:00 committed by Pete Bacon Darwin
parent c0886be148
commit 4a0f052242

View file

@ -1129,6 +1129,10 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
* current scope. If the property doesn't already exist on this scope, it will be created
* implicitly and added to the scope.
*
* For best practices on using `ngModel`, see:
*
* - {@link https://github.com/angular/angular.js/wiki/Understanding-Scopes}
*
* For basic examples, how to use `ngModel`, see:
*
* - {@link ng.directive:input input}