Skip to content

Instantly share code, notes, and snippets.

@t4t5
Created April 3, 2017 14:03
Show Gist options
  • Save t4t5/2c44e40575aa1a35fd1256ab52fb101c to your computer and use it in GitHub Desktop.
Save t4t5/2c44e40575aa1a35fd1256ab52fb101c to your computer and use it in GitHub Desktop.
todo-item-template-1
{{! src/ui/components/todo-item/template.hbs }}
<li>
<p>
{{@item.text}}
</p>
<button>
Delete item
</button>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment