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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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