save memo correctly
This commit is contained in:
parent
8a0d356956
commit
60a7f0c287
3 changed files with 7 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
|||
inputPlaceholder: opts.inputPlaceholder,
|
||||
defaultText: opts.defaultText
|
||||
}).then(function(res) {
|
||||
return cb(res)
|
||||
return cb(res);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue