You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Hi,
great library, our users are happy to use it ;)
Recently I've upgraded Angular from 1.3.12 to 1.5.8 and found out that validating with ng-pattern doesn't work anymore.
Reason is in change introduced in 1.3.19, that ng-pattern directive validates $viewValue instead of $modelValue - Reference in changelog.
It is not specifically problem in ui-mask, the behavior is the same in version 1.2.0 to 1.8.6.
This issue is extension of #165 which contains solution only for specific RegExp.