Custom Element for Progressbar ! similar to bootstrap progress bar !
<pt-progressbar min="200" max="500" value="340" showStatus striped active></pt-progressbar>
bower install pt-progressbar
Attribute | Options | Default | Description |
---|---|---|---|
min |
string | 0 |
Minimum value of Progressbar. |
max |
string | 100 |
Maximum value of Progressbar. |
value |
string | 0 |
Get/Set Value of Progressbar. |
type |
string | default |
Possible values are success , info , danger , and warning . |
striped |
boolean | false |
Uses a gradient to create a striped effect. Not available in IE8. |
active |
boolean | false |
Show animation on striped. Not available in IE8. |
showStatus |
boolean | false |
Show status like (e.g., 32% or 350/500 ). |
showActualValue |
boolean | false |
Show status in Percentage (e.g., 32% ) if present, else show status in text (e.g., 350/500 ). |
intermediate |
boolean | false |
Show Intermediate Progressbar. |
Method | Arguments | Description |
---|---|---|
toggle |
attr | It toggle boolean attributes. like ele.toggle("active") |