clean up peerController
This commit is contained in:
parent
e5a4e3c25c
commit
58a15502d1
2 changed files with 1 additions and 6 deletions
|
|
@ -2,11 +2,6 @@
|
|||
|
||||
angular.module('copay.peer').controller('PeerController',
|
||||
function($scope, $rootScope, $location, $routeParams, Socket, controllerUtils) {
|
||||
|
||||
$scope.init = function() {
|
||||
//Network.connect($rootScope.masterId);
|
||||
};
|
||||
|
||||
controllerUtils.handleTransactionByAddress($scope);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue