File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -878,8 +878,9 @@ var VALID_CLASS = 'ng-valid',
878
878
* @property {* } $modelValue The value in the model, that the control is bound to.
879
879
* @property {Array.<Function> } $parsers Array of functions to execute, as a pipeline, whenever
880
880
the control reads value from the DOM. Each function is called, in turn, passing the value
881
- through to the next. Used to sanitize / convert the value as well as validation.
882
- For validation, the parsers should update the validity state using
881
+ through to the next. The last return value is used to populate the model.
882
+ Used to sanitize / convert the value as well as validation. For validation,
883
+ the parsers should update the validity state using
883
884
{@link ngModel.NgModelController#$setValidity $setValidity()},
884
885
and return `undefined` for invalid values.
885
886
You can’t perform that action at this time.
0 commit comments