Router#transitionTo()

transitionTo (name, models, options) Transitionpublic

Defined in packages/ember-routing/lib/system/router.js:346

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
doc_EmberJs
2016-11-30 16:53:20
Comments
Leave a Comment

Please login to continue.