ngMask icon indicating copy to clipboard operation
ngMask copied to clipboard

have problem in tabs

Open qibang-kooboo opened this issue 9 years ago • 1 comments

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/)

qibang-kooboo avatar Nov 26 '15 07:11 qibang-kooboo

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 >

MichaelFedorchenko avatar Nov 26 '15 18:11 MichaelFedorchenko