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 Chirayu Krishnappa
parent 0272240400
commit 041f118b01

View file

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