candreoliveira / ngMask

Best Angular mask alternative! No jQuery, pure JS. About ~6kb!
http://candreoliveira.github.io/#/ngMask
ISC License
419 stars 171 forks source link

have problem in tabs #88

Open qibang-kooboo opened 8 years ago

qibang-kooboo commented 8 years ago

when use in tabs, ngMask not work wright. It just can control the length. I have use in angular-ui-bootstrap(http://angular-ui.github.io/bootstrap/) and v-tabs(http://lukaszwatroba.github.io/v-tabs/)

MichaelFedorchenko commented 8 years ago

I resolved this problem with help method: < div ng-if="current.tab" > < input type="text" ng-model="list.phone" mask="999-999-9999" restrict="reject" > < /div >