From 7636670a77c59ee798f3a2adb2a4098483d022ae Mon Sep 17 00:00:00 2001 From: David Bennett Date: Thu, 23 May 2013 00:27:41 -0400 Subject: docs(input): add missing ngChange directive for email type All other input types already have it. --- src/ng/directive/input.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 2d4f32e3..6fd17131 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -235,6 +235,8 @@ var inputType = { * @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for * patterns defined as scope expressions. + * @param {string=} ngChange Angular expression to be executed when input changes due to user + * interaction with the input element. * * @example -- cgit v1.2.3