mercredi 15 avril 2020

How to render nested route in new page Ember js?

I currently trying use LinkTo to render another nested route by using tag to another new page.

I have a forum route and nested forum details route

In the forum template:

<LinkTo @route="main.forum.forum-details" @model=></LinkTo>


enter image description here

As the image above. The nested route will be render at the bottom instead of to the new page. How am i going to render it to new page? I was thinking LinkTo will actually link it to the new page right? And the forum details should be render at the tag, so where should I place the tag in order to let it render to new page?




Aucun commentaire:

Enregistrer un commentaire