diff --git a/src/js/controllers/tx-details.js b/src/js/controllers/tx-details.js index 680e83af2..e41cca9c2 100644 --- a/src/js/controllers/tx-details.js +++ b/src/js/controllers/tx-details.js @@ -95,7 +95,9 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio popupService.showPrompt($scope.wallet.name, gettextCatalog.getString('Memo'), opts, function(text) { if (typeof text == "undefined") return; - $scope.btx.note.body = text; + $scope.btx.note = { + body: text + }; $log.debug('Saving memo'); var args = {