darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

ng-Slider not supported for FLOAT values (in step attr) #108

Closed gopisf closed 9 years ago

gopisf commented 9 years ago

In slider, step value is in float ( step : 0.5 ) is not working. Is there any other way to use float values in ng-slider??

darul75 commented 9 years ago

Hi, I do not remember that case and need to check code

gopisf commented 9 years ago

Thank u @darul75. Please add that feature or give a suggestion.

darul75 commented 9 years ago

try by adding this option attribute,

{
 "round": 1,
 "step": 0.5
}
gopisf commented 9 years ago

Thank u Darul. Its working now.