tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
185 stars 114 forks source link

How to find which handle is being dragged in custom event? #215

Open HamzaNaeem1990 opened 5 years ago

HamzaNaeem1990 commented 5 years ago

I have a lower and upper handle, in my event how can i pass in which handle is bring dragged?

<nouislider #priceSliderNg2 [config]="noUiSliderNg2" (change)="triggerUpdate($event)" class="one-whole">

LiorSaadon commented 4 years ago

anything new @HamzaNaeem1990 ? have you managed to workaround this?

HamzaNaeem1990 commented 4 years ago

anything new @HamzaNaeem1990 ? have you managed to workaround this?

No i ended up using the leongersen/noUiSlider version instead. Is there a way around for this now?