Removed whitespaces

This commit is contained in:
Matias Pando 2014-09-23 11:24:08 -03:00
commit 86c8137da0
3 changed files with 3 additions and 8 deletions

View file

@ -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);