assisrafael / angular-input-masks

Opinionated input masks for AngularJS
http://assisrafael.github.io/angular-input-masks/
MIT License
963 stars 329 forks source link

BrV is not defined #314

Open FabioMorcillo opened 7 years ago

FabioMorcillo commented 7 years ago

Hi,

I trying to use this angular input mask with typescript and in console receive error: ReferenceError: BrV is not defined at validateCPF (VM28906 masks.js:902) at Array.eval (VM28906 masks.js:961) at Object.$$parseAndValidate (VM28904 angular.min.js:298) at Object.$commitViewValue (VM28904 angular.min.js:297) at Object.$$debounceViewValueCommit (VM28904 angular.min.js:300) at Object.$setViewValue (VM28904 angular.min.js:299) at Array.eval (VM28906 masks.js:953) at Object.$$parseAndValidate (VM28904 angular.min.js:298) at Object.$commitViewValue (VM28904 angular.min.js:297) at eval (VM28904 angular.min.js:300)

Anyone can help me ?

You can see this erro in plunker https://plnkr.co/edit/XfzPtEPGPHCRozaKYhvl?p=preview

Thank you,