You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I use AngularJS $filter to format a number to 2 decimal places per the code below
When 'n' is 20 or 21 digits long, the result of the above expression is NaN.
No issues when 'n' is less than 20 digits or more than 21 digits (for more than 21 digits, the above expression is displayed in scientific notation)
Any thoughts on how to fix the NaN issue for 20 and 21 digit numbers?
The text was updated successfully, but these errors were encountered: