Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 230e124

Browse files
paxtonharepetebacondarwin
authored andcommitted
docs(ngModel): provide link for best practices.
Closes angular#3973
1 parent 10016ab commit 230e124

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
@@ -1093,6 +1093,10 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
10931093
* current scope. If the property doesn't already exist on this scope, it will be created
10941094
* implicitly and added to the scope.
10951095
*
1096+
* For best practices on using `ngModel`, see:
1097+
*
1098+
* - {@link https://github.com/angular/angular.js/wiki/Understanding-Scopes}
1099+
*
10961100
* For basic examples, how to use `ngModel`, see:
10971101
*
10981102
* - {@link ng.directive:input input}

0 commit comments

Comments
 (0)