File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,18 @@ <h3><timer id="timer1"/></h3>
105
105
</ div >
106
106
</ section >
107
107
108
+ < section id ="progress-bar-example ">
109
+ < h3 > Progressbar Example</ h3 >
110
+ < div class ="bs-docs-example ">
111
+ < p > This simple directive < code > <timer /></ code > will start the timer with the default option of ticking every 1 millisecond</ p >
112
+ < h3 > < timer id ="timer3 "> < div class ="progress progress-striped active ">
113
+ < div class ="bar " style ="width: {{seconds}}%; "> </ div >
114
+ </ div > </ timer > </ h3 >
115
+ < button type ="button " class ="btn " onclick ="startTimer('timer1', this) "> Start</ button >
116
+ < button type ="button " class ="btn " onclick ="stopTimer('timer1', this) "> Stop</ button >
117
+ </ div >
118
+ </ section >
119
+
108
120
< section id ="timer-with-interval ">
109
121
< h3 > Timer with interval example</ h3 >
110
122
< div class ="bs-docs-example ">
You can’t perform that action at this time.
0 commit comments