show pending update

This commit is contained in:
Matias Alejo Garcia 2015-08-11 17:45:57 -03:00
commit ba40323b7b
4 changed files with 41 additions and 121 deletions

View file

@ -21,9 +21,8 @@ angular.module('copayApp.controllers').controller('preferencesController',
spendUnconfirmed: newVal
}
};
$rootScope.$emit('Local/SpendUnconfirmedUpdated');
configService.set(opts, function(err) {
$rootScope.$emit('Local/SpendUnconfirmedUpdated');
if (err) $log.debug(err);
});
});