A progress bar directive that is focused on providing feedback on the progress of a workflow or action.
It supports multiple (stacked) <uib-bar> into the same <uib-progress> element or a single <uib-progressbar> element with optional max attribute and transition animations.
-
value$ - The current value of progress completed. -
type(Default:null) - Bootstrap style type. Possible values are 'success', 'info', 'warning', and, 'danger' to use Bootstrap's pre-existing styling, or any desired custom suffix. -
max$ C (Default:100) - A number that specifies the total value of bars that is required. -
animate$ C (Default:true) - Whether bars use transitions to achieve the width change. -
title(Default:progressbar) - Title to use as label (for accessibility).
-
max$ C (Default:100) - A number that specifies the total value of bars that is required. -
animate$ C (Default:true) - Whether bars use transitions to achieve the width change. -
title(Default:progressbar) - Title to use as label (for accessibility).
-
value$ - The current value of progress completed. -
type(Default:null) - Bootstrap style type. Possible values are 'success', 'info', 'warning', and, 'danger' to use Bootstrap's pre-existing styling, or any desired custom suffix. -
title(Default:progressbar) - Title to use as label (for accessibility).