save memo correctly

This commit is contained in:
Javier 2016-09-21 14:55:56 -03:00
commit 60a7f0c287
3 changed files with 7 additions and 3 deletions

View file

@ -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);
});
};