ng2-nouislider
ng2-nouislider copied to clipboard
Return all parameters in event
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?
anything new @jegger-wc ? have you managed to workaround this?
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.