Skip to content

Instantly share code, notes, and snippets.

@ebryn
Created June 4, 2011 19:36
Show Gist options
  • Save ebryn/1008258 to your computer and use it in GitHub Desktop.
Save ebryn/1008258 to your computer and use it in GitHub Desktop.
MyApp.ParagraphTemplateView = SC.TemplateView.extend({tagName: 'p'});
MyApp.TemplateCollectionView = SC.TemplateCollectionView.extend({
itemView: 'MyApp.ParagraphTemplateView'
});
{{#collection MyApp.TemplateCollectionView}}
{{/collection}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment