fixes
This commit is contained in:
parent
ef90113dd8
commit
1013eb0f40
3 changed files with 4 additions and 5 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
<ion-nav-title>
|
<ion-nav-title>
|
||||||
<span translate>Add Contact</span>
|
<span translate>Add Contact</span>
|
||||||
</ion-nav-title>
|
</ion-nav-title>
|
||||||
<ion-nav-back-button ng-if="!fromSendTab">
|
<ion-nav-back-button>
|
||||||
</ion-nav-back-button>
|
</ion-nav-back-button>
|
||||||
<ion-nav-buttons side="secondary">
|
<ion-nav-buttons side="secondary">
|
||||||
<button class="button back-button" ng-click="goHome()" ng-if="fromSendTab">
|
<button class="button back-button" ng-click="goHome()" ng-if="fromSendTab">
|
||||||
Cancel
|
{{'Cancel' | translate}}
|
||||||
</button>
|
</button>
|
||||||
</ion-nav-buttons>
|
</ion-nav-buttons>
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
|
|
|
||||||
|
|
@ -83,8 +83,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
||||||
$scope.showCommentPopup = function() {
|
$scope.showCommentPopup = function() {
|
||||||
popupService.showPrompt(gettextCatalog.getString('Memo'), ' ', {}, function(text) {
|
popupService.showPrompt(gettextCatalog.getString('Memo'), ' ', {}, function(text) {
|
||||||
$log.debug('Saving memo');
|
$log.debug('Saving memo');
|
||||||
console.log("#######################");
|
|
||||||
console.log(text);
|
|
||||||
var args = {
|
var args = {
|
||||||
txid: $scope.btx.txid,
|
txid: $scope.btx.txid,
|
||||||
body: text
|
body: text
|
||||||
|
|
|
||||||
|
|
@ -509,7 +509,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.state('tabs.addressbook.add', {
|
.state('tabs.addressbook.add', {
|
||||||
url: '/add/:addressbookEntry',
|
url: '/add',
|
||||||
views: {
|
views: {
|
||||||
'tab-settings@tabs': {
|
'tab-settings@tabs': {
|
||||||
templateUrl: 'views/addressbook.add.html',
|
templateUrl: 'views/addressbook.add.html',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue