Skip to content

Instantly share code, notes, and snippets.

@bdimcheff
Created August 26, 2010 15:14
Show Gist options
  • Save bdimcheff/551573 to your computer and use it in GitHub Desktop.
Save bdimcheff/551573 to your computer and use it in GitHub Desktop.
var groups = FindMyGroupsSomehow();
var groupRoot = SC.Object.extend({
treeItemIsExpanded: YES,
treeItemChildren: function() {
return groups;
}.property().cacheable()
});
MyApp.sourceListController.set('content', groupRoot.create());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment