I have a screen consisting of a side menu (controller1) and a menu at the top (controller1).
By clicking on the link from the top menu, the application loads information in the side menu, as well as the page in a central div (controller2).
A new requirement has been introduced: when you click on a side menu option, a div must be opened inside the central div which by default is closed during startup. So I must open it; but I'm on different controllers.
What is the best practice for doing this?