hide delete and backup wallets on the intermediate screen

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-09 14:46:22 -03:00
commit 022dec727e
2 changed files with 16 additions and 6 deletions

View file

@ -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();