mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-11 22:36:57 +08:00
docs(input): add missing ngChange directive for email type
All other input types already have it.
This commit is contained in:
committed by
Chirayu Krishnappa
parent
0272240400
commit
041f118b01
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user