This commit is contained in:
Matias Pando 2014-09-23 17:12:25 -03:00
commit 462e6788bc
2 changed files with 5 additions and 3 deletions

View file

@ -76,6 +76,7 @@ angular.module('copayApp.controllers').controller('AddressesController',
if ($rootScope.addrInfos) {
var addrInfos = $rootScope.addrInfos;
$scope.addrLength = addrInfos.length;
for (var i = 0; i < addrInfos.length; i++) {
var addrinfo = addrInfos[i];
$scope.addresses.push({