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