From 041f118b01933fa07098f1333be8e2cf1a28f248 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 0cd2a9b0..543ed367 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -243,6 +243,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