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

Commit

Permalink
docs(input): add missing ngChange directive for email type
Browse files Browse the repository at this point in the history
All other input types already have it.
  • Loading branch information
dbinit authored and chirayuk committed May 23, 2013
1 parent 0272240 commit 041f118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 041f118

Please sign in to comment.