This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When using rounding numbers that are negative and round to 0 show a negative sign #8489
Closed
Description
We ran into this while rounding to one decimal
http://plnkr.co/edit/cUqjvRuBnSfcrAC7Visz?p=preview
Basically if I were to have a value like -.01 and I would use number:1 then it shows -0.0 which would seem to be invalid.