Step Progress Bar
The step progress bar display progress of a step based procedure and displays the visited and active step in the progress.
- HTML
<div class="t-content" style="width:1000px; height: 100px;" ng-controller="stepProgressBarExampleController"> <inv-step-progress-bar steps="orderSteps" on-step-selected="stepClick1"></inv-step-progress-bar> <div style="display: flex; flex-direction: row; height: 30px; justify-content: flex-end; margin-top: 10px" > <button class="c-button" ng-click="back()">Back</button> <button class="c-button" ng-click="next()">Next</button> </div> </div>