Created
May 9, 2014 21:40
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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