-
Notifications
You must be signed in to change notification settings - Fork 122
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
How to remove decimal point in slider min/max values #61
Comments
Got it sorted, changed my code to include a filter. Unfortunately I can't show the currency symbol:
Only problem with this is I can't seem to have the currency symbol as would mean adding:
If I add the above code it doesn't add the currency symbol. Any ideas? |
Sorted it, although its maybe a bit hacky:
|
I think the https://docs.angularjs.org/api/ng/filter/currency I think it might be something like this (untested)
|
Ok thank you, much appreciated :) |
Hi,
How can I remove the decimal numbers from the min and max range values. I set the min to "50" and max to "10000" but the slider shows "50.00" and "10000.00" , I need "50" and "10000".
How would I do this?
This is my code at the moment:
Thank you in advance :)
The text was updated successfully, but these errors were encountered: