We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34961e commit 3a140d3Copy full SHA for 3a140d3
index.html
@@ -138,8 +138,8 @@ <h3>Progressbar Timer</h3>
138
<h3><timer><div class="progress progress-striped active">
139
<div class="bar" style="width: {{seconds}}%;"></div>
140
</div></timer></h3>
141
- <button type="button" class="btn" onclick="startTimer('timer1', this)">Start</button>
142
- <button type="button" class="btn" onclick="stopTimer('timer1', this)">Stop</button>
+ <button type="button" class="btn" onclick="startTimer('progressbar-timer')">Start</button>
+ <button type="button" class="btn" onclick="stopTimer('progressbar-timer')">Stop</button>
143
</div>
144
</section>
145
0 commit comments