[AngularJS] Re: formatting decimal numbers without displaying thousand comma

2017-08-04 Thread Sander Elias
Hi Stéphane, For this, the easiest way is create your own number formatting filter. Less code as working around the existing number filter. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe

[AngularJS] Re: formatting decimal numbers without displaying thousand comma

2017-08-04 Thread Stéphane Ancelot
Le vendredi 4 août 2017 08:47:28 UTC+2, Stéphane Ancelot a écrit : > > hi, > > I used pipe to format number display as follow : > > {{ myval | number : '1.1-3' }} > > this works but for numbers > 1000, there are displayed like this : > > 12,345 > -- You received this message because you are