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 has been archived by the owner on Apr 12, 2024. It is now read-only.
From number 9999999999999999 to 999999999999999999 showing value as 10,000,000,000,000,000.00 to 1,000,000,000,000,000,000.00 . From 9999999999999999999 to 99999999999999999999 showing NaN.00 . then onward showing result in expression from which not equal to entered number.(ex: For 999999999999999999999 showing 1e+21).
<script>
function test1($scope)
{
$scope.fee=100;
}
</script>
</body>
The text was updated successfully, but these errors were encountered:
kpranay
changed the title
Issue with '| currency ' while entering multiple 9's in angularJS1.2 with all
Issue with '| currency ' while entering multiple 9's in angularJS1.2 with all Browsers
Dec 31, 2014
@kpranay yeh, we do understand the problem but there is an issue for this opened already (#8674) and it has an associated PR (#/8705). Looking at the discussion in #8705 you can see that fix is not trivial, unfortunately.
No. It's not copy of #8674 because in that case after 21 digits it is working fine and showing proper scientific notation form but in this case entering 21 9's showing 1e+21. which means 21 zeros after 1.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From number 9999999999999999 to 999999999999999999 showing value as 10,000,000,000,000,000.00 to 1,000,000,000,000,000,000.00 . From 9999999999999999999 to 99999999999999999999 showing NaN.00 . then onward showing result in expression from which not equal to entered number.(ex: For 999999999999999999999 showing 1e+21).
Sample :
<!doctype html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular.js"></script>The text was updated successfully, but these errors were encountered: