Skip to content

Instantly share code, notes, and snippets.

@colintoh
Created March 13, 2014 07:03
Show Gist options
  • Save colintoh/9523135 to your computer and use it in GitHub Desktop.
Save colintoh/9523135 to your computer and use it in GitHub Desktop.
Iteration
{{#each obj in controller}}
<div class="{{obj.color}}">Some content</div>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment