Remove unnecessary code

This commit is contained in:
Ivan Socolsky 2014-09-04 13:23:56 -03:00
commit f9458aa4a1
2 changed files with 0 additions and 3 deletions

View file

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