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
2016-03-29 16:12:14
Comments
Leave a Comment

Please login to continue.