Format telephone and credit card numbers in AngularJS

前端 未结 17 2113
猫巷女王i
猫巷女王i 2020-11-30 18:29

Question one (formatting telephone number):

I\'m having to format a telephone number in AngularJS but there is no filter for it. Is there a way to u

17条回答
  •  渐次进展
    2020-11-30 19:23

    Angular-ui has a directive for masking input. Maybe this is what you want for masking (unfortunately, the documentation isn't that great):

    http://angular-ui.github.com/

    I don't think this will help with obfuscating the credit card number, though.

提交回复
热议问题