diff options
Diffstat (limited to 'src')
| -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: * |
