ember.js - how does handleURL in the Ember Router translate into a transition? -



ember.js - how does handleURL in the Ember Router translate into a transition? -

when reviewing ember router, had @ handleurl method, how end creating transition new route? or looking in wrong place?

dove more source, handleurl method ends here: https://github.com/emberjs/ember.js/blob/v1.7.0/packages/router/lib/main.js

specifically hands off router['handleurl'] , passes url given argument. drives transition new route.

ember.js

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -