Using ng-click and ng-swipe on the same element

379 Views Asked by At

Using the 1.3 is it possible to make something like this work

<thumbnail                                                                      
    ng-click="playVideo(video.position)"                                         
    ng-swipe-left="move(2)"
    ng-swipe-right="move(-2)"
></thumbnail>

When I try it only the swipes fire

0

There are 0 best solutions below