diff --git a/ionic.tdcards.js b/ionic.tdcards.js index 76213df..d72200c 100644 --- a/ionic.tdcards.js +++ b/ionic.tdcards.js @@ -187,7 +187,7 @@ } */ ionic.requestAnimationFrame(function() { self._doDragStart(e) }); - }, this.el); + }, this.el, { swipe_velocity: 0.0 }); ionic.onGesture('drag', function(e) { ionic.requestAnimationFrame(function() { self._doDrag(e) });