$commitViewValue();
Commit all form controls pending updates to the $modelValue
.
Updates may be pending by a debounced event or because the input is waiting for a some future event defined in ng-model-options
. This method is rarely needed as NgModelController
usually handles calling this in response to input events.
Please login to continue.