summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-04-14 15:06:34 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-04-14 15:06:34 -0400
commit547bc189f17f386bf25484b441387ccb7256bf47 (patch)
tree4360d6b3f6f4684420355678c1e83ce44fd52844 /www
parent99263499fd521675670f1e53f0bdf3525832c55f (diff)
use ng-src to avoid init load errs
Diffstat (limited to 'www')
-rw-r--r--www/templates/reorder-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html
index d60133d9..aecf81bc 100644
--- a/www/templates/reorder-modal.html
+++ b/www/templates/reorder-modal.html
@@ -12,7 +12,7 @@
<a ng-class="{ 'item item-avatar item-icon-right' : item.Monitor.listDisplay == 'show', 'item item-avatar item-icon-right eye-background-red' : item.Monitor.listDisplay!='show' }"
ng-click="toggleHide($index)" href="">
- <img src="{{reorderFrame(item)}}" fallback-src />
+ <img ng-src="{{reorderFrame(item)}}" fallback-src />
<i ng-class="{'icon ion-eye':item.Monitor.listDisplay=='show','eye-red icon ion-eye-disabled':item.Monitor.listDisplay!='show'}">
</i>