refactor txp details
This commit is contained in:
parent
53423791f7
commit
43dfcba55c
6 changed files with 236 additions and 95 deletions
|
|
@ -15,9 +15,10 @@ angular.module('copayApp.services').factory('txpModalService', function(configSe
|
|||
var scope = $rootScope.$new(true);
|
||||
scope.tx = tx;
|
||||
scope.wallet = tx.wallet;
|
||||
scope.copayers = tx.wallet.copayers;
|
||||
scope.copayers = tx.wallet ? tx.wallet.copayers : null;
|
||||
scope.isGlidera = glideraActive;
|
||||
scope.currentSpendUnconfirmed = config.spendUnconfirmed;
|
||||
// scope.tx.hasMultiplesOutputs = true; // Uncomment to test multiple outputs
|
||||
|
||||
$ionicModal.fromTemplateUrl('views/modals/txp-details.html', {
|
||||
scope: scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue