ngTouch.ngSwipeLeft (directive)

Improve this Doc View Source ngSwipeLeft

  1. directive in module ngTouch

Specify custom behavior when an element is swiped to the left on a touchscreen device. A leftward swipe is a quick, right-to-left slide of the finger. Though ngSwipeLeft is designed for touch-based devices, it will work with a mouse click and drag too.

To disable the mouse click and drag functionality, add ng-swipe-disable-mouse to the ng-swipe-left or ng-swipe-right DOM Element.

Requires the ngTouch module to be installed.

Directive Info

  • This directive executes at priority level 0.

Usage

  • as element: (This directive can be used as custom element, but be aware of IE restrictions).
    <ng-swipe-left
      ng-swipe-left="expression">
    ...
    </ng-swipe-left>
  • as attribute:
    <ANY
      ng-swipe-left="expression">
    ...
    </ANY>

Arguments

Param Type Details
ngSwipeLeft expression

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

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.6.4/docs/api/ngTouch/directive/ngSwipeLeft

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部