2
I have a screen composed of a side menu (controller1) and a menu at the top (controller1).
By clicking on the top menu link, the application loads information in the side menu as well as the page in a central div(controller2).
A new requirement was introduced: when clicking on a side menu option, a div must be opened inside the central div which by default is closed during startup. So I need to open it; but I’m in different controllers.
Best practice for carrying out such an operation?
I can’t do it that way, because my routes are made by the vnx of Asp.net 5, so I don’t use the angular router.
– Diogo Soares
At this point I don’t know how to help you =/
– PauloFlesch