mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-07 08:23:34 +02:00
add card back side
This commit is contained in:
@@ -51,11 +51,11 @@
|
||||
timing-function="ease-in-out">
|
||||
|
||||
<flippy-front>
|
||||
?
|
||||
<span class="cardHelper"></span><img ng-src="img/cards/question.png">
|
||||
</flippy-front>
|
||||
|
||||
<flippy-back>
|
||||
<span class="cardHelper"></span><img ng-src="img/cards/{{card.cardId}}.png" ng-show="card.cardType == 'picture'"></span>
|
||||
<span class="cardHelper"></span><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