You could use one of the following angular directives: ng-if, ng-show, ng-hide
Check in your controller if the user has signed in successfully and assign this value a ($scope) variable and use this as a condition to either show or hide certain elements of your navigation bar.