angularjs-slider icon indicating copy to clipboard operation
angularjs-slider copied to clipboard

Pointer Labels on Hover

Open jagathish opened this issue 8 years ago • 3 comments

hi, I need to show pointer labels on hover or onchange the pointer.. any option is there??

jagathish avatar Nov 25 '16 05:11 jagathish

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 ;)

ValentinH avatar Nov 25 '16 05:11 ValentinH

Yes, I have to implement that concept.

jagathish avatar Nov 25 '16 06:11 jagathish

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.

ValentinH avatar Nov 25 '16 06:11 ValentinH