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

Commit

Permalink
docs(ngModelOptions): correct typo
Browse files Browse the repository at this point in the history
Closes #7335
  • Loading branch information
sudocracy authored and petebacondarwin committed May 4, 2014
1 parent 627b035 commit e395170
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e395170

Please sign in to comment.