Merge pull request #122 from colkito/fix/remove-unnecessary-peer

removed unnecessary peers files
This commit is contained in:
Matias Alejo Garcia 2014-04-22 21:24:58 -03:00
commit 10dbc073f4
3 changed files with 2 additions and 11 deletions

View file

@ -1,6 +0,0 @@
'use strict';
angular.module('copay.peer').controller('PeerController',
function($scope, $rootScope, $location, $routeParams) {
});