Account menu for Tower after portal mode

the account menu for tower was displaying items for non-admin users after going to portal page and back to tower.
This commit is contained in:
Jared Tabor
2014-12-17 17:41:53 -05:00
parent 318da8522f
commit 7d0e6d8f53
2 changed files with 4 additions and 3 deletions

View File

@@ -588,6 +588,7 @@ angular.module('Tower', [
};
$rootScope.leavePortal = function() {
$rootScope.portalMode=false;
$location.path('/home/');
};