Update the model for a particular control with a new value.
Source
void updateModel(NgControl dir, dynamic value) { var ctrl = (form.find(dir.path) as Control); ctrl.updateValue(value); }
Update the model for a particular control with a new value.
void updateModel(NgControl dir, dynamic value) { var ctrl = (form.find(dir.path) as Control); ctrl.updateValue(value); }