Skip to content

Instantly share code, notes, and snippets.

@skurfuerst
Created July 8, 2011 13:02
Show Gist options
  • Save skurfuerst/1071767 to your computer and use it in GitHub Desktop.
Save skurfuerst/1071767 to your computer and use it in GitHub Desktop.
SC.View.extend({
template: SC.Handlebars.compile('{{#collection people}} XY {{/collection}}'),
people: [ SC.Object.create({ name: 'Steph' }),
SC.Object.create({ name: 'Tom' }) ]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment