Route#intermediateTransitionTo()

intermediateTransitionTo (name, models) public

Defined in packages/ember-routing/lib/system/route.js:1045
Available since 1.2.0

Perform a synchronous transition into another route without attempting to resolve promises, update the URL, or abort any currently active asynchronous transitions (i.e. regular transitions caused by transitionTo or URL changes).

This method is handy for performing intermediate transitions on the way to a final destination route, and is called internally by the default implementations of the error and loading handlers.

Parameters:

name String
the name of the route
models ...Object
the model(s) to be used while transitioning to the route.
doc_EmberJs
2016-11-30 16:53:09
Comments
Leave a Comment

Please login to continue.