Skip to content

Instantly share code, notes, and snippets.

@mitchellsimoens
Last active August 29, 2015 13:57
Show Gist options
  • Save mitchellsimoens/9676974 to your computer and use it in GitHub Desktop.
Save mitchellsimoens/9676974 to your computer and use it in GitHub Desktop.
Route example
config : {
routes : {
'record:id' : function(id) {
console.log('record', id);
},
'comment:id' : function(id) {
console.log('comment', id);
},
'tab:id' : function(id) {
console.log('tab', id);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment