Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627b035 commit e395170Copy full SHA for e395170
src/ng/directive/input.js
@@ -2265,7 +2265,7 @@ var ngValueDirective = function() {
2265
* takes place when a timer expires; this timer will be reset after another change takes place.
2266
*
2267
* 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
+ * be different than the value in the actual model. This means that if you update the model you
2269
* should also invoke {@link ngModel.NgModelController `$cancelUpdate`} on the relevant input field in
2270
* order to make sure it is synchronized with the model and that any debounced action is canceled.
2271
0 commit comments