Skip to content

Instantly share code, notes, and snippets.

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