Venturocket / angular-slider

Slider directive for AngularJS.
MIT License
262 stars 121 forks source link

Exponential slider #3

Closed CMCDragonkai closed 10 years ago

CMCDragonkai commented 10 years ago

I need the slider to start to slowly increase values such as 1 - 10 in +1 increments, but from then on wards, it increases from 10 to 10,000 by +10 increments, and then so on.

What would be the best way to implement this in angular-slider?

drgould commented 10 years ago

I don't know of any quick hack solution, but I'll definitely bake this in.

CMCDragonkai commented 10 years ago

Awesome thanks.

drgould commented 10 years ago

I just pushed up v0.2.0 with this capability.