fix angular image loading

This commit is contained in:
Juraj Michalek
2014-12-28 09:04:10 +00:00
parent 0bd9c6a81d
commit f9c28482ba

View File

@@ -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>