Created
January 22, 2019 10:00
-
-
Save basz/154089e4e99661724e33c98ba357a63d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
{{#each-in productGroups as |partName productGroup|}} | |
{{#if (not (eq partName 'models'))}} | |
<div class="row"> | |
{{orders/steps/edit/sandals-custom-made/variant-list partName=partName selectedPart=(get partName selectedParts) onSelect=(action "onSelect") productGroupId=productGroup.id }} | |
</div> | |
{{get 'code' (get partName selectedParts)}} | |
{{/if}} | |
{{/each-in}} | |
{{#each-in selectedParts as |partName selectedPart|}} | |
{{json selectedPart}} | |
{{/each-in}} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment