Slider directive implementation for AngularJS, without any dependencies.
** This fork adds jQuery compatibility for touch events **
**This fork adds jQuery compatibility for touch events. The original slider's touch events break when it is used outside jQuery Lite, ie. with full jQuery.**
- Mobile friendly
...
...
@@ -151,6 +151,10 @@ You can also force redraw with **rzSliderForceRender** event.
Touch events were broken if jQuery was used with Angular instead of jQuery lite. This version fixes them.
**v0.1.5**
Added 'slideEnded' event (emitted on slider knob dragging ended)
## Disclaimer
This project is based on [https://github.com/prajwalkman/angular-slider](https://github.com/prajwalkman/angular-slider). It has been rewritten from scratch in JavaScript