Skip to content

Commit

Permalink
Updating attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
wender committed May 1, 2014
1 parent 84fe91a commit c460dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Way simple Angular directive to apply mask to input fields
Mask format uses 0
Example: 0000-0000-0000-0000

Directive will look for attribute mask on input
Directive will look for attribute angular-mask on input
## Example:
```HTML
<input name="test" maxlengh="19" mask="0000-0000-0000-0000" />
<input name="test" maxlengh="19" angular-mask="0000-0000-0000-0000" />
```


Expand Down

0 comments on commit c460dc6

Please sign in to comment.