fix wallet updates

This commit is contained in:
Matias Alejo Garcia 2014-04-18 13:20:35 -03:00
commit b2508b7195
8 changed files with 60 additions and 79 deletions

View file

@ -8,9 +8,7 @@ angular.module('copay.send').controller('SendController',
$location.path('signin');
}
else {
var socket = Socket($scope);
socket.on('connect', controllerUtils.handleTransactionByAddress($scope));
controllerUtils.handleTransactionByAddress($scope);
}
$scope.sendTest = function() {