Skip to content

Instantly share code, notes, and snippets.

@krisselden
Last active August 29, 2015 14:19
Show Gist options
  • Save krisselden/329e17baaeed9607f8cd to your computer and use it in GitHub Desktop.
Save krisselden/329e17baaeed9607f8cd to your computer and use it in GitHub Desktop.
<div class='list-view-scrollable-content'>
{{#each pool as |item|}}
<div style={{item.style}}>{{yield item.content item.index}}</div>
{{/each}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment