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

Commit 7636670

Browse files
dbinitbtford
authored andcommitted
docs(input): add missing ngChange directive for email type
All other input types already have it.
1 parent fe6247a commit 7636670

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
@@ -235,6 +235,8 @@ var inputType = {
235235
* @param {string=} ngPattern Sets `pattern` validation error key if the value does not match the
236236
* RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for
237237
* patterns defined as scope expressions.
238+
* @param {string=} ngChange Angular expression to be executed when input changes due to user
239+
* interaction with the input element.
238240
*
239241
* @example
240242
<doc:example>

0 commit comments

Comments
 (0)