Skip to content

Instantly share code, notes, and snippets.

@biot023
Created June 2, 2014 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biot023/a5e51a8fd33899c9c003 to your computer and use it in GitHub Desktop.
Save biot023/a5e51a8fd33899c9c003 to your computer and use it in GitHub Desktop.
Todos.TodoElementView = Ember.View.extend( {
templateView : 'todo-element',
tagName : 'li'
} );
Ember.Handlebars.helper( 'todo-element', Todos.TodoElementView );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment