I want to make a number directive in angularJS with two features, one to format when entering a number in an html input.
Example of how you would like to:
1,200,0000
12.000,0000
120,000.0000
and the other to limit the decimal places to 4 houses after the comma.
Does anyone have an idea?