Skip to content

Instantly share code, notes, and snippets.

@martinstannard
Last active August 29, 2015 14:06
Show Gist options
  • Save martinstannard/1531b9b67b9004ed2e2f to your computer and use it in GitHub Desktop.
Save martinstannard/1531b9b67b9004ed2e2f to your computer and use it in GitHub Desktop.
each thing in things
App.ListView content=thing
or
{{#each thing in things}}
{{App.View content=thing}}
{{else}}
<p>Sorry, no things are available.</p>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment