Skip to content

Commit adc270b

Browse files
Paul LeclercqPaul Leclercq
authored andcommitted
update progressBar example
1 parent 89a0f45 commit adc270b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,16 @@ <h3>
176176
target="_new">Twitter Bootstrap&#39;s Progressbar</a> will set the timer
177177
on Progressbar control.</p>
178178
<code ng-non-bindable="">
179-
&lt;timer countdown=&quot;100&quot; interval=&quot;1000&quot;&gt;&lt;div class=&quot;progress
179+
&lt;timer countdown=&quot;30&quot; interval=&quot;1000&quot;&gt;&lt;div class=&quot;progress
180180
progress-striped active {{displayProgressActive}}&quot;style="height: 30px;"&gt;
181+
</code>
182+
<code ng-non-bindable="">
181183
Remaining time : {{countdown}} second{{secondsS}} ({{progressBar}}%). Activity? {{displayProgressActive}}
184+
</code>
185+
<code ng-non-bindable="">
182186
&lt;div class=&quot;bar&quot; style=&quot;min-width: 2em;width: {{progressBar}}%;&quot;&gt;&lt;/div&gt;
187+
</code>
188+
<code ng-non-bindable="">
183189
&lt;/div&gt;&lt;/timer&gt;
184190
</code>
185191

@@ -196,7 +202,12 @@ <h3>
196202

197203
<code ng-non-bindable="">
198204
&lt;timer end-time=&quot;1451628000000&quot; interval=&quot;1000&quot;&gt;&lt;div class=&quot;progress
199-
progress-striped active {{displayProgressActive}}&quot;style="height: 30px;"&gt; &lt;div class=&quot;bar&quot; style=&quot;min-width: 2em;width: {{progressBar}}%;&quot;&gt;&lt;/div&gt;
205+
progress-striped active {{displayProgressActive}}&quot;style="height: 30px;"&gt;
206+
</code>
207+
<code ng-non-bindable="">
208+
&lt;div class=&quot;bar&quot; style=&quot;min-width: 2em;width: {{progressBar}}%;&quot;&gt;&lt;/div&gt;
209+
</code>
210+
<code ng-non-bindable="">
200211
&lt;/div&gt;&lt;/timer&gt;
201212
</code>
202213
<h3>

0 commit comments

Comments
 (0)