mercredi 7 janvier 2015

Load a route with varying optional parameters in ember

We want to load a single route with varying optional parameters. Example


ROute A is "abc" Route B is "123"


In one scenario we want to load B by passing parameter x from A so route B would be 123/:x. other scenario we want to load B by passing parameter y and z from A so route B would be 123/:y/:z


Is it possible?


Aucun commentaire:

Enregistrer un commentaire