12 lines
331 B
Handlebars
12 lines
331 B
Handlebars
<div class="choices">
|
|
{{#each computedContent.selection as |selection|}}
|
|
{{component selectedNameComponent
|
|
onClickSelectionItem=onClickSelectionItem
|
|
highlightedSelection=highlightedSelection
|
|
computedContent=selection}}
|
|
{{/each}}
|
|
<span class="filter choice" tabindex="-1">
|
|
{{yield}}
|
|
</span>
|
|
</div>
|