This commit is contained in:
Gabriel Bazán 2016-09-21 16:39:40 -03:00
commit 1013eb0f40
3 changed files with 4 additions and 5 deletions

View file

@ -83,8 +83,7 @@ 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

View file

@ -509,7 +509,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
.state('tabs.addressbook.add', {
url: '/add/:addressbookEntry',
url: '/add',
views: {
'tab-settings@tabs': {
templateUrl: 'views/addressbook.add.html',