Initial-Version

This commit is contained in:
Carsten Hilmer
2016-10-28 01:10:26 +02:00
parent 5af479ec4e
commit 4535d7751f
214 changed files with 211578 additions and 1 deletions

13
www/templates/spiel1.html Normal file
View File

@@ -0,0 +1,13 @@
<ion-view view-title="Wo ist das Tier">
<ion-content class="padding">
<div class="row" style="font-size: 12px;" ng-repeat="rows in chunkedData">
<div style="width: 100%; text-align: center;" class="col" ng-repeat="item in rows">
<img ng-class="{'shake':error}" class="myborder animated" src="img/{{ item.bild }}"width="96" height="96" alig="center" ng-click="answer(item.id)">
<br>
</div>
</div>
</ion-content>
</ion-view>