Format telephone and credit card numbers in AngularJS

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

    Simple filter something like this (use numeric class on input end filter charchter in []):

    
    
                                     
                  
提交回复
热议问题