Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 041f118

Browse files
dbinitchirayuk
authored andcommitted
docs(input): add missing ngChange directive for email type
All other input types already have it.
1 parent 0272240 commit 041f118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/directive/input.js

+2
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ var inputType = {
243243
* @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
244244
* RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
245245
* 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.
246248
*
247249
* @example
248250
<doc:example>

0 commit comments

Comments
 (0)