Skip to content

Instantly share code, notes, and snippets.

@joshwalsh
Last active December 22, 2015 14:49
Show Gist options
  • Save joshwalsh/6488530 to your computer and use it in GitHub Desktop.
Save joshwalsh/6488530 to your computer and use it in GitHub Desktop.
<section class="l-container">
<ul class="list--vertical">
{{#each project in controller}}
<li>{{project.name}} ({{project.tasks.length}})</li>
{{/each}}
</ul>
</section>
{"projects":[{"id":1,"name":"Build Patio","details":null,"task_ids":[1,2]},{"id":2,"name":"Clean the house","details":null,"task_ids":[]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment