Merge pull request #1328 from cmgustavo/ux/01-copayers

hide delete and backup wallets on the intermediate screen
This commit is contained in:
Ivan Socolsky 2014-09-09 18:28:14 -03:00
commit 0917fcd7da
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();