mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngModel): add link to NgModelController
This commit is contained in:
parent
5d3744ad9b
commit
a53e466b80
1 changed files with 2 additions and 1 deletions
|
|
@ -1109,7 +1109,8 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
|
|||
*
|
||||
* @description
|
||||
* Is a directive that tells Angular to do two-way data binding. It works together with `input`,
|
||||
* `select`, `textarea`. You can easily write your own directives to use `ngModel` as well.
|
||||
* `select`, `textarea` and even custom form controls that use {@link ng.directive:ngModel.NgModelController
|
||||
* NgModelController} exposed by this directive.
|
||||
*
|
||||
* `ngModel` is responsible for:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue