You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
I can't say that I've tried to use the scenario you're describing. In our cases, the tabpanel content is local, model content. I'm guessing by using outlets you're trying to bind it more closely to the router and use the route models somehow as the tab content. In that case, it sounds less like a tab system and more like traditional site navigation.
does ivy-tabs support using {{outlets}} within a tabpanel?
something like :
{{#tabs.tabpanel "TabA"}}
{{outlets "taba"}}
{{/tabs.tabpanel}}
probably with the (nested) route for "taba" doing :
renderTemplate: function() {
this.render({ outlet: 'taba' });
},
or is that outside the functionally of the add-on?
The text was updated successfully, but these errors were encountered: