add new cards and images

This commit is contained in:
Juraj Michalek
2014-12-26 19:01:56 +00:00
parent 246edf1202
commit 0bd9c6a81d
14 changed files with 65 additions and 67 deletions

View File

@@ -56,7 +56,8 @@
</flippy-front>
<flippy-back>
{{card.cardId}}
<img src="img/cards/{{card.cardId}}.png" ng-show="card.cardType == 'picture'">
<div ng-hide="card.cardType == 'picture'">{{card.card['en-US']}}</div>
</flippy-back>
</flippy>