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 06280a1 commit cfdd161Copy full SHA for cfdd161
src/ng/directive/input.js
@@ -2803,6 +2803,8 @@ var ngValueDirective = function() {
2803
* `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit`
2804
* to have access to the updated model.
2805
*
2806
+ * `ngModelOptions` has an effect on the element it's declared on and its descendants.
2807
+ *
2808
* @param {Object} ngModelOptions options to apply to the current model. Valid keys are:
2809
* - `updateOn`: string specifying which event should be the input bound to. You can set several
2810
* events using an space delimited list. There is a special event called `default` that
0 commit comments