ngModel.NgModelController.$commitViewValue()

$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.

doc_AngularJS
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.