Swipe List Left to Right + ionic angular

I am currently new to ionic framework. I have a list view wherein the user should be able to swipe left - right and right to left.

I can swipe the list item from right to left.

Is there a way to swipe the list element from left to right?

在这里输入图像描述

CODE

<ion-list >
      <ion-item class="item-icon-right " ng-repeat="alarm in alarmList| filter: alarmName" type="item-text-wrap"  on-swipe-right="swipeRight()" on-swipe-left="acknoledge()" can-swipe="true">

      </ion-item>
    </ion-list>

EDIT:

I am able to capture the event using on-swipe-right , but the list element animation does not work.

链接地址: http://www.djcxy.com/p/78284.html

上一篇: 轻扫并单击按钮量角器

下一篇: 从左向右滑动列表+离子角