added refresh to settings page

This commit is contained in:
Ivan Socolsky 2014-10-30 11:07:15 -03:00
commit ad1eee6c9c

View file

@ -75,6 +75,10 @@ angular.module('copayApp.controllers').controller('MoreController',
$scope.secret = w.getSecret();
}
setTimeout(function() {
$scope.$digest();
}, 1);
$scope.downloadBackup = function() {
backupService.walletDownload(w);
}