Skip to content

Commit 39c80a0

Browse files
committed
fix timer
1 parent e016cff commit 39c80a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
.timer{
7272
background-color: white;
73-
width: 22px;
73+
width: 40px;
7474
font-family: digital;
7575
}
7676

app/questions/questionsTemplate.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div class="questions">
22

3-
<div class="timer">
4-
<timer interval="1000">{{countdown}}</timer>
3+
<div class="timer">
4+
5+
<timer interval="1000" countdown="timeForQuestion" autostart="false">{{millis | date:'mm:ss'}}</timer>
56
</div>
67

78
<code-area></code-area>

0 commit comments

Comments
 (0)