Add backup to list of wallets in "manage wallets". Support for safari.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-11 16:53:57 -03:00
commit c5f810c069
6 changed files with 74 additions and 80 deletions

View file

@ -66,6 +66,7 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
};
$scope.getWallets = function() {
if (!$rootScope.iden) return;
$scope.wallets = [];
var wids = _.pluck($rootScope.iden.listWallets(), 'id');
_.each(wids, function(wid) {