Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4840

Transition in beforeModel hook hangs app

$
0
0

@gattra wrote:

my beforeModel hook in the home route looks like this:

beforeModel() {
    this.transitionTo('register');
}

I will add some conditions to when it should do that transition, but for testing purposes, i have it rerouting always.

But when i got to localhost:4200/home, the app hangs and eventually timesout.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4840

Trending Articles