Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e395170

Browse files
sudocracypetebacondarwin
authored andcommitted
docs(ngModelOptions): correct typo
Closes angular#7335
1 parent 627b035 commit e395170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ var ngValueDirective = function() {
22652265
* takes place when a timer expires; this timer will be reset after another change takes place.
22662266
*
22672267
* Given the nature of `ngModelOptions`, the value displayed inside input fields in the view might
2268-
* be different then the value in the actual model. This means that if you update the model you
2268+
* be different than the value in the actual model. This means that if you update the model you
22692269
* should also invoke {@link ngModel.NgModelController `$cancelUpdate`} on the relevant input field in
22702270
* order to make sure it is synchronized with the model and that any debounced action is canceled.
22712271
*

0 commit comments

Comments
 (0)