You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -277,10 +277,10 @@ <h2>
277
277
<pre>ngProgress.start();</pre>
278
278
<p>Starts the animation and adds between 0 - 5 percent to the loading percentage every 400 milliseconds. Should always be finished with progressbar.complete() to hide it.</p>
279
279
280
-
<pre>ngProgress.height();</pre>
280
+
<pre>ngProgress.setHeight('10px');</pre>
281
281
<p>Sets the height of the progressbar. Use any valid CSS value Eg '10px', '1em' or '1%'.</p>
282
282
283
-
<pre>ngProgress.color();</pre>
283
+
<pre>ngProgress.setColor('#fff');</pre>
284
284
<p>Sets the color of the progressbar and it's shadow. Use any valid HTML color</p>
0 commit comments