hm-swipe 在 angular-hammer 模块中不起作用?

hm-swipe not working in angular-hammer module?

我想做一个简单的滑动(当它发生时做一些动作),但似乎没有任何效果。

 function someFunc(){
         alert('do swipe');
    } 

<div hm-swipe="someFunc()">

</div>

如果我更改为 hm-tap 似乎一切正常,这可能是什么原因造成的?

滑动需要快速拖动,否则为拖动事件

see here the demo.