We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e016cff commit 39c80a0Copy full SHA for 39c80a0
app/main.css
@@ -70,7 +70,7 @@
70
71
.timer{
72
background-color: white;
73
- width: 22px;
+ width: 40px;
74
font-family: digital;
75
}
76
app/questions/questionsTemplate.html
@@ -1,7 +1,8 @@
1
<div class="questions">
2
3
- <div class="timer">
4
- <timer interval="1000">{{countdown}}</timer>
+ <div class="timer">
+
5
+ <timer interval="1000" countdown="timeForQuestion" autostart="false">{{millis | date:'mm:ss'}}</timer>
6
</div>
7
8
<code-area></code-area>
0 commit comments