Skip to content

Commit

Permalink
fix(gesture): fix onSwipeDown
Browse files Browse the repository at this point in the history
Closes #1810
  • Loading branch information
adamdbradley committed Jul 22, 2014
1 parent 3d0a46e commit 2dce7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/gesture.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

forEach(
'onHold onTap onTouch onRelease onDrag onDragUp onDragRight onDragDown onDragLeft onSwipe onSwipeUp onSwipeRight onSwipeBottom onSwipeLeft'.split(' '),
'onHold onTap onTouch onRelease onDrag onDragUp onDragRight onDragDown onDragLeft onSwipe onSwipeUp onSwipeRight onSwipeDown onSwipeLeft'.split(' '),
function(name) {
IonicModule.directive(name, gestureDirective(name));
}
Expand Down

0 comments on commit 2dce7a7

Please sign in to comment.