mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
parent
10016ab3fd
commit
230e124ddb
1 changed files with 4 additions and 0 deletions
|
|
@ -1093,6 +1093,10 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
|
||||||
* current scope. If the property doesn't already exist on this scope, it will be created
|
* current scope. If the property doesn't already exist on this scope, it will be created
|
||||||
* implicitly and added to the scope.
|
* 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:
|
* For basic examples, how to use `ngModel`, see:
|
||||||
*
|
*
|
||||||
* - {@link ng.directive:input input}
|
* - {@link ng.directive:input input}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue