mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
c0886be148
commit
4a0f052242
1 changed files with 4 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue