From cfdd16157eaac0e29d83d7ce38ec7adcb172621b Mon Sep 17 00:00:00 2001 From: Georgii Date: Mon, 15 Sep 2014 21:25:29 +0300 Subject: [PATCH] docs(ngModelOptions): mention that it's inherited Closes #9096 Closes #7212 --- src/ng/directive/input.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 1692061a0146..6b67b8198a3f 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -2803,6 +2803,8 @@ var ngValueDirective = function() { * `submit` event. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit` * to have access to the updated model. * + * `ngModelOptions` has an effect on the element it's declared on and its descendants. + * * @param {Object} ngModelOptions options to apply to the current model. Valid keys are: * - `updateOn`: string specifying which event should be the input bound to. You can set several * events using an space delimited list. There is a special event called `default` that