Skip to content

Instantly share code, notes, and snippets.

@joliss
Created June 14, 2012 15:46
Show Gist options
  • Save joliss/2931083 to your computer and use it in GitHub Desktop.
Save joliss/2931083 to your computer and use it in GitHub Desktop.
transitionTo syntax
App.get('stateManager').transitionTo ['root'], ['elections'],
['show', App.getPath('stateManager.election')], ['positions'],
['show', @get('content')], ['index']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment