fix gravatar on profile. fix layout
This commit is contained in:
parent
4392a6f058
commit
4eae2d2ff5
2 changed files with 29 additions and 24 deletions
|
|
@ -1,5 +1,6 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.controllers').controller('ProfileController', function($scope, $rootScope, $location, $modal, controllerUtils, backupService) {
|
||||
$scope.username = $rootScope.iden.getName();
|
||||
$scope.isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
|
||||
|
||||
$rootScope.title = 'Profile';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue