Format telephone and credit card numbers in AngularJS

前端 未结 17 2130
猫巷女王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:01

    You will need to create custom form controls (as directives) for the phone number and the credit card. See section "Implementing custom form control (using ngModel)" on the forms page.

    As Narretz already mentioned, Angular-ui's Mask directive should help get you started.

提交回复
热议问题