fixes
This commit is contained in:
parent
a34d483cd3
commit
35756cf529
21 changed files with 89 additions and 78 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
var walletSettings = configWallet.settings;
|
||||
var wallet;
|
||||
$scope.title = gettextCatalog.getString('Transaction');
|
||||
|
||||
console.log($scope.btx);
|
||||
$scope.init = function() {
|
||||
wallet = $scope.wallet;
|
||||
$scope.alternativeIsoCode = walletSettings.alternativeIsoCode;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('txStatusController', function
|
|||
if ($scope.cb) $timeout($scope.cb, 100);
|
||||
|
||||
$scope.cancel = function() {
|
||||
$ionicHistory.clearHistory();
|
||||
$ionicHistory.removeBackView();
|
||||
$state.go('tabs.home');
|
||||
$scope.txStatusModal.hide();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue