update to txp creation. merged and refactored many features from confirm.js
This commit is contained in:
parent
f49e8725e8
commit
eef84b25f8
5 changed files with 428 additions and 20 deletions
|
|
@ -140,7 +140,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
|
||||
return cb();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.fromWallet = profileService.getWallet(data.stateParams.fromWalletId); // Wallet to send from
|
||||
|
|
@ -463,7 +463,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
$scope.toggleAddress = function() {
|
||||
$scope.showAddress = !$scope.showAddress;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue