Is there a way to have a conditional redirect in the Ember.js Router, without breaking internal consistency of the router?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
What you could do (as of today), is something like that:
Do not miss the We use it as shown for authent, but you could imagine using it for whatever condition you have to... |
|||||||||||
|
|
Depending on what you're trying to do, you may be looking for conditional transitions. This is covered in another stackoverflow question, the TLDR of which is to check this fiddle. |
|||
|
|
connectOutlets? (I'm kind of a noob in ember, so maybe I just don't understand what you're trying to do) – MilkyWayJoe Jun 25 '12 at 14:13redirect:element you can override, it is in the current guide. – totowtwo Feb 15 at 1:09