Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created October 15, 2011 16:48
Show Gist options
  • Save joubertnel/1289829 to your computer and use it in GitHub Desktop.
Save joubertnel/1289829 to your computer and use it in GitHub Desktop.
SC.routes.add(‘notes/:id’, function(routingArgs) {
MyApp.statechart.gotoStateFromFirstSiblingCurrentState('showingTakeNotesView', 'appFlow', 'showingNothing');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment