Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created February 21, 2012 22:31
Show Gist options
  • Save joubertnel/1879483 to your computer and use it in GitHub Desktop.
Save joubertnel/1879483 to your computer and use it in GitHub Desktop.
gotballs template
<script type="text/x-handlebars" id="handlebars-template" data-template-name="ball_area">
{{#each Demo.balls}}
<div class="ball-view">
<div class="ball" {{bindAttr style="style"}}>
{{content}}
</div>
</div>
{{/each}}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment