Specify custom behavior when an element is swiped to the right on a touchscreen device. A rightward swipe is a quick, left-to-right slide of the finger. Though ngSwipeRight is designed for touch-based devices, it will work with a mouse click and drag too.
Requires the ngTouch
module to be installed.
<ANY ng-swipe-right="expression"> ... </ANY>
Param | Type | Details |
---|---|---|
ngSwipeRight | expression | Expression to evaluate upon right swipe. (Event object is available as |
© 2010–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ngTouch/directive/ngSwipeRight