add addressbook entry when send success

This commit is contained in:
Gabriel Bazán 2016-09-21 15:13:22 -03:00
commit ef90113dd8
9 changed files with 126 additions and 37 deletions

View file

@ -83,7 +83,8 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
$scope.showCommentPopup = function() {
popupService.showPrompt(gettextCatalog.getString('Memo'), ' ', {}, function(text) {
$log.debug('Saving memo');
console.log("#######################");
console.log(text);
var args = {
txid: $scope.btx.txid,
body: text