Skip to content

Commit

Permalink
Update Reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
wender committed May 1, 2014
1 parent 0a763be commit 84fe91a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
angular-simple-input-mask
=========================
# Simple input mask directive for [AngularJS](http://angularjs.org/)

***

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
Example: <input name="test" maxlengh="19" mask="0000-0000-0000-0000" />
## Example:
```HTML
<input name="test" maxlengh="19" mask="0000-0000-0000-0000" />
```


## Demo
Do you want to see this directive in action? Visit http://wender.com.br/angular/angular-simple-mask.html

0 comments on commit 84fe91a

Please sign in to comment.