removed dead code
This commit is contained in:
parent
3191ba200c
commit
24f103288d
1 changed files with 0 additions and 2 deletions
|
|
@ -92,7 +92,6 @@ angular.module('copayApp.services')
|
|||
});
|
||||
w.on('ready', function(myPeerID) {
|
||||
$scope.loading = false;
|
||||
//$rootScope.wallet = w;
|
||||
if ($rootScope.initialConnection) {
|
||||
$rootScope.initialConnection = false;
|
||||
if ($rootScope.pendingPayment) {
|
||||
|
|
@ -287,7 +286,6 @@ angular.module('copayApp.services')
|
|||
|
||||
$scope.balanceByAddr = data.balanceByAddr;
|
||||
|
||||
// rateService.whenAvailable(function() {
|
||||
$scope.totalBalanceAlternative = data.totalBalanceAlternative;
|
||||
$scope.alternativeIsoCode = data.alternativeIsoCode;
|
||||
$scope.lockedBalanceAlternative = data.lockedBalanceAlternative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue