Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngModel): provide link for best practices.
Browse files Browse the repository at this point in the history
Closes #3973
  • Loading branch information
paxtonhare authored and petebacondarwin committed Sep 11, 2013
1 parent c0886be commit 4a0f052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4a0f052

Please sign in to comment.