Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

How to render nested route in new page?

$
0
0

@Yeevon wrote:

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

I have forum route and nested forum details route

In the forum template:

<LinkTo @route="main.forum.forum-details" @model={{post}}>{{post.title}}</LinkTo>

{{outlet}}

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

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles