-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number filter throwing an error in IE 11 #81
Comments
Fixes issue #81 It adds Math.sign function in case it does not exists (like with IE11)
Thanks for the report! I think I've found what the problem is and already made the necessary changes. Please try changing the vue2-filter version to |
Great!! It solved the problem. Thanks @freearhey Also, I'm new to versioning system. So, how and when this fix will get roll into major version? (As this one is beta, can't use in production build) |
Good! I'll try to publish the final version as soon as possible and write here after that. |
Thanks @freearhey Appreciated |
Done, version |
While using number filter like below
{{123 | number('0.00')}}
I'm getting an error saying that,
If I remove number filter, page loads up fine. It's working fine in other browsers. My vue2-filters version is 0.8.0
The text was updated successfully, but these errors were encountered: