Wallet/js/controllers/peer.js

7 lines
219 B
JavaScript
Raw Normal View History

'use strict';
angular.module('copay.peer').controller('PeerController',
function($scope, $rootScope, $location, $routeParams, Socket, controllerUtils) {
controllerUtils.handleTransactionByAddress($scope);
});