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

@ -11,8 +11,7 @@ angular.module('copay.peer').controller('PeerController',
$location.path('signin');
}
else {
var socket = Socket($scope);
socket.on('connect', controllerUtils.handleTransactionByAddress($scope));
controllerUtils.handleTransactionByAddress($scope);
}
});