https://github.com/patrickmarabeas/angular-touch.js
Improvements to angular-touch
https://github.com/patrickmarabeas/angular-touch.js
Last synced: 5 months ago
JSON representation
Improvements to angular-touch
- Host: GitHub
- URL: https://github.com/patrickmarabeas/angular-touch.js
- Owner: patrickmarabeas
- Created: 2014-01-29T04:49:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T05:09:58.000Z (over 12 years ago)
- Last Synced: 2025-10-20T02:58:08.760Z (9 months ago)
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#angular-touch.js
Fixes for issue [#5732](https://github.com/angular/angular.js/issues/5732) and [#5721](https://github.com/angular/angular.js/issues/5721)
###Touchend / mouseup listeners bound to window instead of element
- User can now swipe off the element and still trigger a swipe
* performing a swipe on a drawer that only has a visual width of 50px while closed is now possible
###Improved tolerances for ng-swipe-left & ng-swipe-right
- User doesn't have to perform a ridiculous perfectly straight line in order to trigger a swipe
- Increased vertical discrepancy to account for longer swipes