From 144df72c5b65f076f48bab0b451c8dbc4ea2da9b Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 11 Oct 2015 16:47:00 -0400 Subject: https://github.com/pliablepixels/zmNinja/issues/41 --- www/templates/monitors-modal.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www/templates/monitors-modal.html') diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 50d9c2cc..ecc37e77 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -14,7 +14,9 @@
+ image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}{{$root.authSession}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" + on-swipe-left="onSwipeLeft(monitorId,-1)" + on-swipe-right="onSwipeRight(monitorId,1)"/>
@@ -50,9 +52,9 @@ -- cgit v1.2.3