fixed add new address

This commit is contained in:
Ivan Socolsky 2014-10-28 11:34:19 -03:00
parent e98c7e68cc
commit 960a37e85d
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ angular.module('copayApp.controllers').controller('AddressesController',
$scope.loading = false;
$scope.showAll = false;
var w = $rootScope.wallet;
$scope.newAddr = function() {
var w = $rootScope.wallet;
$scope.loading = true;
w.generateAddress(null, function() {
$timeout(function() {