Skip to content

Commit 4a484eb

Browse files
author
Jussi Saarivirta
committed
2 parents dac4cee + 95478c4 commit 4a484eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Slider directive implementation for AngularJS, without any dependencies.
44

5-
** This fork adds jQuery compatibility for touch events **
5+
**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.**
66

77

88
- Mobile friendly
@@ -151,6 +151,10 @@ You can also force redraw with **rzSliderForceRender** event.
151151

152152
Touch events were broken if jQuery was used with Angular instead of jQuery lite. This version fixes them.
153153

154+
**v0.1.5**
155+
156+
Added 'slideEnded' event (emitted on slider knob dragging ended)
157+
154158
## Disclaimer
155159

156160
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

0 commit comments

Comments
 (0)