Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Created February 4, 2015 05:52
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 code-for-coffee/a89e4da354130b09f898 to your computer and use it in GitHub Desktop.
Save code-for-coffee/a89e4da354130b09f898 to your computer and use it in GitHub Desktop.
Backbone Enterprise Practices - Ch3 Table Row View
{{!-- view-table-row-template --}}
<tr>
{{#each column}}
<td>{{this}}</td>
{{/each}}
</tr>
{{!-- end view-table-row-template --}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment