mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-17 09:07:17 +01:00
fix angular image loading
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</flippy-front>
|
||||
|
||||
<flippy-back>
|
||||
<img src="img/cards/{{card.cardId}}.png" ng-show="card.cardType == 'picture'">
|
||||
<img ng-src="img/cards/{{card.cardId}}.png" ng-show="card.cardType == 'picture'">
|
||||
<div ng-hide="card.cardType == 'picture'">{{card.card['en-US']}}</div>
|
||||
</flippy-back>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user