Skip to content

Commit 4a0f052

Browse files
paxtonharepetebacondarwin
authored andcommitted
docs(ngModel): provide link for best practices.
Closes angular#3973
1 parent c0886be commit 4a0f052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ng/directive/input.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,10 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
11291129
* current scope. If the property doesn't already exist on this scope, it will be created
11301130
* implicitly and added to the scope.
11311131
*
1132+
* For best practices on using `ngModel`, see:
1133+
*
1134+
* - {@link https://github.com/angular/angular.js/wiki/Understanding-Scopes}
1135+
*
11321136
* For basic examples, how to use `ngModel`, see:
11331137
*
11341138
* - {@link ng.directive:input input}

0 commit comments

Comments
 (0)