We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0272240 commit 041f118Copy full SHA for 041f118
src/ng/directive/input.js
@@ -243,6 +243,8 @@ var inputType = {
243
* @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
244
* RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
245
* patterns defined as scope expressions.
246
+ * @param {string=} ngChange Angular expression to be executed when input changes due to user
247
+ * interaction with the input element.
248
*
249
* @example
250
<doc:example>
0 commit comments