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
<input name="test" maxlengh="19" angular-mask="0000-0000-0000-0000" />