Skip to content

Commit

Permalink
use ng-src to avoid init load errs
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 14, 2019
1 parent a11a7fb commit 3d69ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/reorder-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1 class="title"></h1>
<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>
Expand Down

0 comments on commit 3d69ff5

Please sign in to comment.