Skip to content

Instantly share code, notes, and snippets.

@geekygrappler
Created May 23, 2015 13:00
Show Gist options
  • Save geekygrappler/1e6038647bb3a276a68e to your computer and use it in GitHub Desktop.
Save geekygrappler/1e6038647bb3a276a68e to your computer and use it in GitHub Desktop.
{{#each todo in model}}
{{todo-item title=todo.title isCompleted=todo.isCompleted}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment