Open qibang-kooboo opened 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/)
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 >
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/)