Files
openfoodnetwork/app/assets/javascripts/templates/registration/steps.html.haml
2014-09-11 17:07:07 +10:00

5 lines
219 B
Plaintext

.row#progress-bar
.small-12.medium-2.columns.item{ ng: { repeat: 'step in steps', class: "{active: (currentStep() == step),'show-for-medium-up': (currentStep() != step)}" } }
{{ $index+1 + ". " + step }}