Removed whitespaces
This commit is contained in:
parent
ce976a1b42
commit
86c8137da0
3 changed files with 3 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
'address': addrinfo.addressStr,
|
||||
'balance': $rootScope.balanceByAddr ? $rootScope.balanceByAddr[addrinfo.addressStr] : 0,
|
||||
'isChange': addrinfo.isChange,
|
||||
'owned': addrinfo.owned,
|
||||
'owned': addrinfo.owned
|
||||
});
|
||||
}
|
||||
$scope.addresses = $scope.limitAddress($scope.addresses);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue