diff options
| author | Igor Minar | 2013-08-08 10:12:13 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-08 10:12:13 -0700 |
| commit | a53e466b80162b6b7b70956f08ef3ca4cf1043f0 (patch) | |
| tree | 84c3e7b0d79aa5088815e089182dd1be0ad9bec3 /src/ng/directive/input.js | |
| parent | 5d3744ad9b9d3c452e9aeaf9a5ef94dff0aadb67 (diff) | |
| download | angular.js-a53e466b80162b6b7b70956f08ef3ca4cf1043f0.tar.bz2 | |
docs(ngModel): add link to NgModelController
Diffstat (limited to 'src/ng/directive/input.js')
| -rw-r--r-- | src/ng/directive/input.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index a07d4fb9..4880b9b1 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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: * |
