I was wondering how to automatically format a number in an input field using an angularjs directive? When I type in an input field say 6042919283 I want it to be shown as 6
You could use UI Utils mask It allows you to define an allowd input format and will handle the validation for you as well as the formatting