From 462e6788bce424195e7164faee771356f36cfce1 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Tue, 23 Sep 2014 17:12:25 -0300 Subject: [PATCH] . --- js/controllers/addresses.js | 1 + views/addresses.html | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/js/controllers/addresses.js b/js/controllers/addresses.js index 3ac7c23ea..3432ef8c5 100644 --- a/js/controllers/addresses.js +++ b/js/controllers/addresses.js @@ -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({ diff --git a/views/addresses.html b/views/addresses.html index 0101bd86f..688f3d628 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -4,7 +4,9 @@ Addresses - +
+ +
@@ -50,8 +52,7 @@
- - + Show all Show less