mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
4 lines
210 B
Plaintext
4 lines
210 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 }}
|