mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
docs(input): add missing ngChange directive for email type
All other input types already have it.
This commit is contained in:
parent
fe6247a7f8
commit
7636670a77
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ var inputType = {
|
||||||
* @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
|
* @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
|
* RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
|
||||||
* patterns defined as scope expressions.
|
* 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
|
* @example
|
||||||
<doc:example>
|
<doc:example>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue