$commitViewValue();
Commit a pending update 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.