Format telephone and credit card numbers in AngularJS

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

    You also can check input mask formatter.

    This is a directive and it's called ui-mask and also it's a part of angular-ui.utils library.

    Here is working: Live example

    For the time of writing this post there aren't any examples of using this directive, so I've made a very simple example to demonstrate how this thing works in practice.

提交回复
热议问题