mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-21 08:39:45 +01:00
add math levels
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
|
||||
<script type="text/javascript" src="js/level-data-service.js"></script>
|
||||
<script type="text/javascript" src="js/pexeso-controller.js"></script>
|
||||
<link rel="stylesheet" href="css/pexeso.css" type="text/css" />
|
||||
|
||||
@@ -66,8 +67,8 @@
|
||||
</flippy-front>
|
||||
|
||||
<flippy-back>
|
||||
<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>
|
||||
<span class="cardHelper" ng-show="card.cardType == 'picture'"></span><img ng-src="img/cards/{{card.image}}.png" ng-show="card.cardType == 'picture'">
|
||||
<div ng-hide="card.cardType == 'picture'">{{card.label}}</div>
|
||||
</flippy-back>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user