angularjs-slider
angularjs-slider copied to clipboard
Pointer Labels on Hover
hi, I need to show pointer labels on hover or onchange the pointer.. any option is there??
No there is no option to do that correctly but I don't think it would be very hard to implement it. Would you like to work on a pull request for it? I could help ;)
Yes, I have to implement that concept.
I think the best way to go is to use the existing labels system and add logic to only show it on some conditions (could be several options): when focus, on pointer hover, on change. Thus, a flag should be set internally to show the label. Actually, no-show might be used to apply this flag in the template. Otherwise, the show/hide logic should be added in a new function called when needed.