File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,10 @@ var ngModelMinErr = minErr('ngModel');
127
127
* };
128
128
* ```
129
129
*
130
- * @property {Array.<Function> } $viewChangeListeners Array of functions to execute whenever the
131
- * view value has changed. It is called with no arguments, and its return value is ignored.
130
+ * @property {Array.<Function> } $viewChangeListeners Array of functions to execute whenever
131
+ * a change to {@link ngModel.NgModelController#$viewValue `$viewValue`} has caused a change
132
+ * to {@link ngModel.NgModelController#$modelValue `$modelValue`}.
133
+ * It is called with no arguments, and its return value is ignored.
132
134
* This can be used in place of additional $watches against the model value.
133
135
*
134
136
* @property {Object } $error An object hash with all failing validator ids as keys.
You can’t perform that action at this time.
0 commit comments