Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

$filter.number displays notation when fraction size > 5 #7996

Closed
anton000 opened this issue Jun 26, 2014 · 1 comment
Closed

$filter.number displays notation when fraction size > 5 #7996

anton000 opened this issue Jun 26, 2014 · 1 comment

Comments

@anton000
Copy link

When 0 value is passed to number filter with fraction size > 5, it displays the notation format instead.

{{ 0 | number:5 }} works perfectly fine

{{ 0 | number:6 }} displays 5,e-7.000000

@anton000
Copy link
Author

already fixed by #7962

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant