fix top-bar. no test when grunt watch
This commit is contained in:
parent
7afe921fd2
commit
567363a8b8
2 changed files with 1 additions and 5 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue