@fguillen wrote:
Why does the same functionality have different naming depending on what component you are?
I have this code in my Controller:
this.transitionToRoute('posts');
If I want to implement same behaviour in a Route I have to write this instead:
this.transitionTo('posts');
IMHO: Looks like.. uhmm.. not elegant
Posts: 7
Participants: 4