Last active
August 29, 2015 14:06
-
-
Save martinstannard/1531b9b67b9004ed2e2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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