Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Last active December 29, 2015 01:49
Show Gist options
  • Save balinterdi/7596300 to your computer and use it in GitHub Desktop.
Save balinterdi/7596300 to your computer and use it in GitHub Desktop.
A snippet from ideavote-emberfire
<script type="text/x-handlebars" data-template-name="ideas">
{{render "ideas/new"}}
<div class="idea-list">
<ul class="unstyled">
{{#each controller}}
{{render "idea" this}}
{{/each}}
</ul>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment