I'm working out an idea in Ember that has some pretty deeply nested routes.
Lets say my route is simulator.scenario.alien-invasion.situation.in-the-woods.something-else.etc
Is the only way to get to that route, to:
{{$link-to 'simulator.scenario.alien-invasion.situation.in-the-woods.something-else.etc'}}
<span>Next</span>
{{/link-to}}
Or is there some way to know that I'm already "in the woods?" and then have the route relative in some way?
(I'm not really going to have a route this deep, but it brought up the question. : )
Aucun commentaire:
Enregistrer un commentaire