mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
2
js/angular/directive/gesture.js
vendored
2
js/angular/directive/gesture.js
vendored
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user