Cleaning more variables
This commit is contained in:
parent
d29b36b935
commit
cae4074cc9
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.lockedBalanceSat = null;
|
||||
self.availableBalanceSat = null;
|
||||
self.pendingAmount = null;
|
||||
self.spendUnconfirmed = null;
|
||||
|
||||
self.totalBalanceStr = null;
|
||||
self.availableBalanceStr = null;
|
||||
|
|
@ -104,6 +105,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.alternativeBalanceAvailable = false;
|
||||
self.totalBalanceAlternative = null;
|
||||
|
||||
self.currentFeeLevel = null;
|
||||
self.notAuthorized = false;
|
||||
self.txHistory = [];
|
||||
self.txHistoryPaging = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue