I have a NavbarCtrl that is outside of ng-view. I have a login controller that talks to a service to get a user logged in. Once the user is logged in, I want the Navbar to u
Using user as your variable name is generally not a good idea. I once I changed it ti currentUser everything worked for me.
user
currentUser