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

Step value in the slider can be decimal value like 0.5. #53

Closed VijayAllagi closed 9 years ago

darul75 commented 9 years ago

just add option attribute "round" like that:

{
"from": 1,
"to": 100,
"round": 2
....
}