This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Filter number converts 0 to 5,e-9.00000000 #7870
Comments
Probably caused by 0388eed |
Let me look into this |
lgalfaso
added a commit
to lgalfaso/angular.js
that referenced
this issue
Jun 17, 2014
For numbers that when converted to string do not have an exponent, do the number rounding using string manipulation Closes angular#7870
lgalfaso
added a commit
to lgalfaso/angular.js
that referenced
this issue
Jun 17, 2014
For numbers that when converted to string do not have an exponent, do the number rounding using string manipulation Closes angular#7870
IgorMinar
added a commit
to IgorMinar/angular.js
that referenced
this issue
Jun 24, 2014
…rithmetics issues in JS Closes angular#7870 Closes angular#7878
IgorMinar
added a commit
to IgorMinar/angular.js
that referenced
this issue
Jun 24, 2014
…rithmetics issues in JS Closes angular#7870 Closes angular#7878
ckknight
pushed a commit
to ckknight/angular.js
that referenced
this issue
Jul 16, 2014
…rithmetics issues in JS Closes angular#7870 Closes angular#7878
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
{{ 0 | number:8 }} should return "0.00000000" but it returns "5,e-9.00000000"
started from AngularJS 1.2.17
plunker http://plnkr.co/edit/UA1a7QNpESU1fEO1LE6S?p=preview
The text was updated successfully, but these errors were encountered: