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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -