summaryrefslogtreecommitdiff
path: root/www/templates/image-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/image-modal.html')
-rw-r--r--www/templates/image-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html
index 7195bae7..d38ca5b9 100644
--- a/www/templates/image-modal.html
+++ b/www/templates/image-modal.html
@@ -1,7 +1,7 @@
<ion-modal-view cache-view="false" style="background-color:#444444">
<ion-content>
<ion-scroll direction="xy" scrollbar-x="false" scrollbar-y="false" overflow-scroll="false" zooming="true">
- <img on-double-tap="closeModal();" src="{{thumbnailLarge}}" style="display:block; width:100%" />
+ <img on-double-tap="closeModal();" ng-src="{{thumbnailLarge}}" style="display:block; width:100%" />
</ion-scroll>