We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc6835 commit 0462ee6Copy full SHA for 0462ee6
src/ng/directive/input.js
@@ -2873,7 +2873,7 @@ var ngValueDirective = function() {
2873
* `ngModelOptions` has an effect on the element it's declared on and its descendants.
2874
*
2875
* @param {Object} ngModelOptions options to apply to the current model. Valid keys are:
2876
- * - `updateOn`: string specifying which event should be the input bound to. You can set several
+ * - `updateOn`: string specifying which event should the input be bound to. You can set several
2877
* events using an space delimited list. There is a special event called `default` that
2878
* matches the default events belonging of the control.
2879
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
0 commit comments