hide delete and backup wallets on the intermediate screen
This commit is contained in:
parent
f811f91952
commit
022dec727e
2 changed files with 16 additions and 6 deletions
|
|
@ -3,6 +3,8 @@
|
|||
angular.module('copayApp.controllers').controller('CopayersController',
|
||||
function($scope, $rootScope, $location, backupService, walletFactory, controllerUtils) {
|
||||
|
||||
$scope.hideAdv = true;
|
||||
|
||||
$scope.backup = function() {
|
||||
var w = $rootScope.wallet;
|
||||
w.setBackupReady();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue