Skip to content

Instantly share code, notes, and snippets.

<li
ng-repeat="step in steps"
ng-class="{next: $index <= currentStep, 'ss-record': currentStep <= $index, 'ss-check': currentStep > $index }">
{{$index + 1}}. {{step.name}}
</li>