Skip to content

Instantly share code, notes, and snippets.

@alexesDev
Created August 1, 2012 17:13
Show Gist options
  • Save alexesDev/3228906 to your computer and use it in GitHub Desktop.
Save alexesDev/3228906 to your computer and use it in GitHub Desktop.
[{
label: '1',
items: [{
label: '1 - 1'
}, {
label: '1 - 2',
items: [{
label: '1 - 2 - 1'
}, {
label: '1 - 2 - 2',
items: [{
label: '1 - 2 - 2 - 1',
}, {
label: '1 - 2 - 2 - 2',
}]
}, {
label: '1 - 2 - 3'
}]
}]
}, {
label: '2',
items: [{
label: '2 - 1'
}, {
label: '2 - 2'
}, {
label: '2 - 3'
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment