Hi,
I am searching if it is possible to render only a view corresponding to a controller or/and a route.
To describe what i need. I have a ember application, within the applicationview I have a menu and an outlet. Lets say I got to my “/contact” route, i will render my ContactView, and this will render my menu with the contact views content.
But I also have a desktop application which needs to only render the contact view. I am thinking of using an argument when using this application like “desktopApplicatin=true”, but is it possible to only render the child/corresponding view?
Thanks in advance for your help!