Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created July 1, 2014 18:48
Show Gist options
  • Save jakecraige/4984d2c285fe27764ded to your computer and use it in GitHub Desktop.
Save jakecraige/4984d2c285fe27764ded to your computer and use it in GitHub Desktop.
<h2 id='title'>Welcome to Ember.js</h2>
<form {{action 'createTodo' on='submit'}}>
{{input value=todo.name}}
</form>
<ul>
{{#each}}
<li>
{{name}}
</li>
{{/each}}
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment