Skip to content

Instantly share code, notes, and snippets.

@jayphelps
Created May 9, 2014 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayphelps/cc687ba4acb30122319c to your computer and use it in GitHub Desktop.
Save jayphelps/cc687ba4acb30122319c to your computer and use it in GitHub Desktop.
Common poorly documented Ember.js apis, tasks, conventions, etc. Some of these are private APIs! USE AT YOUR OWN RISK.
// Retry route Transition, but replace the URL state; just like router.replaceWith('route.name');
abortedTransition.retry().method('replace');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment