Commit 4a484eb0 authored by Jussi Saarivirta's avatar Jussi Saarivirta
parents dac4cee2 95478c45
......@@ -2,7 +2,7 @@
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment