In my website i have navigation bar in index page ( index controller).When i click the login button the state and controller will change to login controller. And i want to hide the navigation bar in login controller.
I don't want to hide navigation bar based on state change or route change.I want to hide navigation bar in login controller controller.
can you please help.thanks in advance.
In angular you can hide content in various ways for example:
I have no other ideas...