.
This commit is contained in:
parent
a3691c02a5
commit
462e6788bc
2 changed files with 5 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue