tb / ng2-nouislider

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

Return all parameters in event #218

Open jegger-wc opened 5 years ago

jegger-wc commented 5 years ago

How to get the other parameters in the event handler such as update, start and end? currently it only returns the values, I wanted to get the handle that was moved. This one is possible on the nouislider library, but how to do this on this angular wrapper?

LiorSaadon commented 4 years ago

anything new @jegger-wc ? have you managed to workaround this?

jegger-wc commented 4 years ago

sorry for the late reply @LiorSaadon .. no update for this one.. I end up using just the nouislider without the angular wrapper and I also did it on just plain javascript.