transitionTo (name, models, options) Transitionpublic
Transition the application into another route. The route may be either a single route or route path:
See Route.transitionTo for more info.
Parameters:
-
name
String - the name of the route or a URL
-
models
...Object - the model(s) or identifier(s) to be used while transitioning to the route.
-
options
[Object] - optional hash with a queryParams property containing a mapping of query parameters
Returns:
-
Transition - the transition object associated with this attempted transition
Please login to continue.