Skip to content

Instantly share code, notes, and snippets.

@bassettsj
Created September 11, 2014 18:33
Show Gist options
  • Save bassettsj/c9f6ca22d52da84d0feb to your computer and use it in GitHub Desktop.
Save bassettsj/c9f6ca22d52da84d0feb to your computer and use it in GitHub Desktop.
<li
ng-repeat="step in steps"
ng-class="{next: $index <= currentStep, 'ss-record': currentStep <= $index, 'ss-check': currentStep > $index }">
{{$index + 1}}. {{step.name}}
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment