From 316924fed856d6d3be675adc3275d13b78e9330c Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 5 Nov 2015 10:59:06 -0500 Subject: swipe support added #48 #49 --- www/templates/events-modal.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 54340bd3..c3fbffcf 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -15,7 +15,10 @@ + ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" + on-swipe-left="onSwipe(nextId,1)" + on-swipe-right="onSwipe(prevId,-1)" + />
- + @@ -103,7 +103,7 @@ gapless: {{loginData.gapless?"on":"off"}} - +