ngMask icon indicating copy to clipboard operation
ngMask copied to clipboard

Need number mask set not always from 0

Open banqhsia opened this issue 8 years ago • 0 comments

Hi there, I'm making a site that uses ngMask.

I want number mask that is not just from zero. For example, /[a-zA-Z](1|2)/ have to use @2 as mask. But that becomes allowing like a0, B0... and so on.

Is there any implement can do to have number restriction not always from zero?

banqhsia avatar Feb 27 '17 08:02 banqhsia