mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-31 22:33:27 +02:00
fix angular image loading
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
</flippy-front>
|
</flippy-front>
|
||||||
|
|
||||||
<flippy-back>
|
<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>
|
<div ng-hide="card.cardType == 'picture'">{{card.card['en-US']}}</div>
|
||||||
</flippy-back>
|
</flippy-back>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user