Skip to content

Instantly share code, notes, and snippets.

@basz
Created January 22, 2019 10:00
Show Gist options
  • Save basz/154089e4e99661724e33c98ba357a63d to your computer and use it in GitHub Desktop.
Save basz/154089e4e99661724e33c98ba357a63d to your computer and use it in GitHub Desktop.
<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