mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-25 13:10:45 +08:00
Track the gameplay time of achievements
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@
|
||||
<div class="tab-pane" id="achievements" ng-controller="AchievementsController as ac">
|
||||
<p class="text-center"><strong>Progress</strong> <span class="label label-info">{{ ac.achievements.length }} / {{ ac.achievementsAll.length }}</span></p>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item" ng-repeat="a in achievements | orderBy:'state.dateAchieved' | reverse">
|
||||
<li class="list-group-item" ng-repeat="a in achievements | orderBy:'state.timeAchieved' | reverse">
|
||||
<span class="badge">{{ a.time }}</span>
|
||||
<span class="glyphicon {{ a.icon }}"></span>
|
||||
{{ a.description }}
|
||||
|
||||
Reference in New Issue
Block a user