summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-07 10:39:14 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-07 10:39:14 -0400
commitb5ffd6a53da56bdb883d7b3aa3b9f97e649ff324 (patch)
tree57cf6ad5782fd9d8089c81d00768cc56c64519b8 /www/templates/events-modal.html
parent9f8f4a49cf908064b0303f09fde0556aee83142b (diff)
Removed force page reloads - now when you exit/resume the page should not flash
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index b66a0655..d98138d0 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -1,6 +1,6 @@
<div ng-controller="ModalCtrl">
<!-- style="width: 90%; height: 90%; top: 5%; left: 5%; right: 5%; bottom: 5%;"-->
- <ion-modal-view cache="false" >
+ <ion-modal-view cache-view="false" >
<ion-content style="background-color:#444444" ng-cloak>
<ion-scroll has-bouncing=false min-zoom=1 zooming="true"
@@ -15,7 +15,7 @@
<li ng-repeat="slide in slides">
<img imageonload="finishedLoadingImage($index)"
- image-spinner-src="{{loginData.url}}/index.php?view=image&path={{relativePath}}{{slide.img}}"
+ image-spinner-src="{{loginData.url}}/index.php?view=image&&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}"
image-spinner-loader="lines"
ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}"/>