Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Corrected typo in the documentation for ngModelOptions #7335

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ var ngValueDirective = function() {
* takes place when a timer expires; this timer will be reset after another change takes place.
*
* Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might
* be different then the value in the actual model. This means that if you update the model you
* be different than the value in the actual model. This means that if you update the model you
* should also invoke {@link ngModel.NgModelController `$cancelUpdate`} on the relevant input field in
* order to make sure it is synchronized with the model and that any debounced action is canceled.
*
Expand Down