Skip to content

Commit

Permalink
Full jQuery compatibility for the touch events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusas authored and Jussi Saarivirta committed Apr 29, 2014
1 parent 613bc50 commit ab0057a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 23 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Slider directive implementation for AngularJS, without any dependencies.

** This fork adds jQuery compatibility for touch events **


- Mobile friendly
- Fast
- Well documented
Expand Down Expand Up @@ -140,19 +143,13 @@ You can also force redraw with **rzSliderForceRender** event.

## Changelog

**v0.0.1**

Original rewrite to JavaScript
**v0.1.3**
Forked from this version.

**v0.1.0**
**v0.1.4**

Bug fixes
Performance improvements
Reduce number of angular bindings
Reduce number of function calls in event handlers
Avoid recalculate style
Hit 60fps
LESS variables for easier slider color customization
Touch events were broken if jQuery was used with Angular instead of jQuery lite. This version fixes them.

## Disclaimer

Expand Down
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "angularjs-slider",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/rzajac/angularjs-slider",
"authors": [
"Rafal Zajac <rzajac@gmail.com>"
"Rafal Zajac <rzajac@gmail.com>",
"Jussi Saarivirta <jusasi@gmail.com>"
],
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!",
"main": "rzslider.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab0057a

Please sign in to comment.