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

Commit cfdd161

Browse files
thorn0petebacondarwin
authored andcommitted
docs(ngModelOptions): mention that it's inherited
Closes #9096 Closes #7212
1 parent 06280a1 commit cfdd161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/directive/input.js

+2
Original file line numberDiff line numberDiff line change
@@ -2803,6 +2803,8 @@ var ngValueDirective = function() {
28032803
* `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit`
28042804
* to have access to the updated model.
28052805
*
2806+
* `ngModelOptions` has an effect on the element it's declared on and its descendants.
2807+
*
28062808
* @param {Object} ngModelOptions options to apply to the current model. Valid keys are:
28072809
* - `updateOn`: string specifying which event should be the input bound to. You can set several
28082810
* events using an space delimited list. There is a special event called `default` that

0 commit comments

Comments
 (0)