intermediateTransitionTo (name, models) public
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.
Please login to continue.