Venturocket / angular-slider

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

Extra label functionality #74

Open marclazell opened 9 years ago

marclazell commented 9 years ago

I can't see any functionality where you can add an extra label to the slider? You have min and max labels, but I'm looking to add a "middle" label for instance, which is (by definition) half way between the min and max. Is there something I'm missing or is this just not implemented?

drgould commented 9 years ago

It's not implemented. I'm currently rewriting the slider to be infinitely more customizable.

marclazell commented 9 years ago

any news on this?

vegardlarsen commented 9 years ago

+1 wanted feature :)

circuitrider commented 9 years ago

shouldn't be too hard, just a new parameter on the directive to pass a function reference which translates int values to their corresponding string labels