Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Created November 29, 2013 16:47
Show Gist options
  • Save balinterdi/7708568 to your computer and use it in GitHub Desktop.
Save balinterdi/7708568 to your computer and use it in GitHub Desktop.
The simplified artists template
<script type="text/x-handlebars" data-template-name="artists">
(...)
{{#each model}}
{{#link-to "artists.songs" this class="list-group-item artist-link"}}
{{name}}
(...)
{{/link-to}}
{{/each}}
(...)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment