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

start and end values to use calculate function #33

Closed malterb closed 9 years ago

malterb commented 9 years ago

If you use a calculate function on your values it is now applied on your start and end values as well (which are otherwise shown as given)

example: We use the slider for time of day. The start and end values would be shown as 0 and 1440 (for minutes) while the slider itself used minutes

darul75 commented 9 years ago

Thanks it looks nice indeed, I check it asap