Skip to content

Instantly share code, notes, and snippets.

@levi
Created March 1, 2010 21:23
Show Gist options
  • Save levi/318830 to your computer and use it in GitHub Desktop.
Save levi/318830 to your computer and use it in GitHub Desktop.
rootNavigation: SC.Object.create({
treeItemIsExpanded: YES,
treeItemChildren: [
SC.Object.create({
name: "Home",
icon: 'home-16',
show: 'Ljm.HOME'
}),
SC.Object.create({
name: "Journal",
icon: 'journal-16',
show: 'Ljm.JOURNAL',
treeItemIsExpanded: YES,
treeItemIsGrouped: YES,
treeItemChildrenBinding: 'MyApp.journalsController.content'
})
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment