fix top-bar. no test when grunt watch

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-28 09:40:35 -03:00
commit 567363a8b8
2 changed files with 1 additions and 5 deletions

View file

@ -2,7 +2,7 @@
angular.module('copayApp.controllers').controller('HeadController', function($scope, $rootScope, notification, controllerUtils) {
$scope.username = $rootScope.iden.profile.email;
$scope.username = $rootScope.iden ? $rootScope.iden.fullName || $rootScope.iden.email : 'undefined';
$scope.hoverMenu = false;
$scope.hoverIn = function(){