$rollbackViewValue();
Rollback 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 typically needed by the reset button of a form that uses ng-model-options
to pend updates.
Please login to continue.