ngTouch.ngSwipeRight

  1. directive in module ngTouch

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.

Directive Info

  • This directive executes at priority level 0.

Usage

  • as attribute:
    <ANY
      ng-swipe-right="expression">
    ...
    </ANY>

Arguments

Param Type Details
ngSwipeRight expression

Expression to evaluate upon right swipe. (Event object is available as $event)

doc_AngularJS
2016-03-29 16:12:34
Comments
Leave a Comment

Please login to continue.