Skip to content

Instantly share code, notes, and snippets.

@bradleypriest
Forked from commadelimited/view.html
Created September 10, 2012 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleypriest/3691503 to your computer and use it in GitHub Desktop.
Save bradleypriest/3691503 to your computer and use it in GitHub Desktop.
<script type="text/x-handlebars">
<button {{action loadBooks target="Welcome.booksController"}}>Load Books</button>
{{#collection contentBinding="Welcome.booksController" tagName="ul"}}
<b>{{view.content.title}}</b> - {{view.content.author}}, <i>{{view.content.genre}}</i>
{{/collection}}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment