This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Question: Dynamic template/ controller #41
Open
Description
In our app we have some routes that based on a condition need to load a different template/ controller.
For example, the homepage route (/) if the user it's logged in we need template A.html / controller A and if not we need B.html / controller B.
Will such a use-case be supported by the new router?