Merge pull request #2119 from thoatbk/master

workaround for android backup using copy/paste like on IOS
This commit is contained in:
Matias Pando 2014-12-12 11:46:57 -03:00
commit db1a6d8cda
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
angular.module('copayApp.controllers').controller('ProfileController', function($scope, $rootScope, $location, $modal, $filter, $timeout, backupService, identityService, isMobile) {
$scope.username = $rootScope.iden.getName();
$scope.isSafari = isMobile.Safari();
$scope.isCordova = !!window.cordova;
$rootScope.title = 'Profile';
$scope.hideAdv = true;