Skip to content

Instantly share code, notes, and snippets.

@notpushkin
Created February 12, 2014 18:07
Show Gist options
  • Save notpushkin/8961156 to your computer and use it in GitHub Desktop.
Save notpushkin/8961156 to your computer and use it in GitHub Desktop.
var tablerow = $('<tr><td>' + person.id + '</td><td>' + person.name + '</td><td>' + person.school + '</td><td>' + person.class + tasksMass + person.total + '</td></tr>');
{{#each people}}
<td>{{id}}</td>
<td>{{name}}</td>
<td>{{school}}</td>
<td>{{class}}</td>
<td>{{sas}}</td>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment