aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2013-08-08 10:12:13 -0700
committerIgor Minar2013-08-08 10:12:13 -0700
commita53e466b80162b6b7b70956f08ef3ca4cf1043f0 (patch)
tree84c3e7b0d79aa5088815e089182dd1be0ad9bec3 /src
parent5d3744ad9b9d3c452e9aeaf9a5ef94dff0aadb67 (diff)
downloadangular.js-a53e466b80162b6b7b70956f08ef3ca4cf1043f0.tar.bz2
docs(ngModel): add link to NgModelController
Diffstat (limited to 'src')
-rw-r--r--src/ng/directive/input.js3
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:
*