Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 337 Bytes

Simple input mask directive for AngularJS


Way simple Angular directive to apply mask to input fields

Mask format uses 0 Example: 0000-0000-0000-0000

Directive will look for attribute angular-mask on input

Example:

<input name="test" maxlengh="19" angular-mask="0000-0000-0000-0000" />