docs(input): add missing ngChange directive for email type

All other input types already have it.
This commit is contained in:
David Bennett 2013-05-23 00:27:41 -04:00 committed by Brian Ford
parent fe6247a7f8
commit 7636670a77

View file

@ -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
<doc:example>