You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Slider directive implementation for AngularJS, without any dependencies.
4
4
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.**
6
6
7
7
8
8
- Mobile friendly
@@ -151,6 +151,10 @@ You can also force redraw with **rzSliderForceRender** event.
151
151
152
152
Touch events were broken if jQuery was used with Angular instead of jQuery lite. This version fixes them.
153
153
154
+
**v0.1.5**
155
+
156
+
Added 'slideEnded' event (emitted on slider knob dragging ended)
157
+
154
158
## Disclaimer
155
159
156
160
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