This commit is contained in:
Javier 2016-05-30 13:26:48 -03:00
commit 736056fd20
5 changed files with 4 additions and 12 deletions

View file

@ -12,13 +12,6 @@ angular.module('copayApp.controllers').controller('exportController',
var fc = profileService.focusedClient;
self.isEncrypted = fc.isPrivKeyEncrypted();
$scope.metaDataChange = function() {
console.log($scope.metaDataEnabled);
};
$scope.noSignChange = function() {
console.log($scope.noSignEnabled);
};
self.downloadWalletBackup = function() {
self.getMetaData($scope.metaDataEnabled, function(err, txsFromLocal, localAddressBook) {
if (err) {