File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -428,12 +428,12 @@ NgModelController.prototype = {
428
428
*
429
429
* @description
430
430
* Cancel an update and reset the input element's value to prevent an update to the `$modelValue`,
431
- * which may be caused by a pending debounced event or because the input is waiting for a some
431
+ * which may be caused by a pending debounced event or because the input is waiting for some
432
432
* future event.
433
433
*
434
434
* If you have an input that uses `ng-model-options` to set up debounced updates or updates that
435
- * depend on special events such as blur, you can have a situation where there is a period when
436
- * the `$viewValue` is out of sync with the ngModel's `$modelValue`.
435
+ * depend on special events such as ` blur`, there can be a period when the `$viewValue` is out of
436
+ * sync with the ngModel's `$modelValue`.
437
437
*
438
438
* In this case, you can use `$rollbackViewValue()` to manually cancel the debounced / future update
439
439
* and reset the input to the last committed view value.
You can’t perform that action at this time.
0 commit comments