Merge pull request #122 from colkito/fix/remove-unnecessary-peer
removed unnecessary peers files
This commit is contained in:
commit
10dbc073f4
3 changed files with 2 additions and 11 deletions
|
|
@ -13,8 +13,7 @@ angular.module('copay',[
|
|||
'copay.signin',
|
||||
'copay.socket',
|
||||
'copay.controllerUtils',
|
||||
'copay.setup',
|
||||
'copay.peer'
|
||||
'copay.setup'
|
||||
]);
|
||||
|
||||
angular.module('copay.header', []);
|
||||
|
|
@ -26,6 +25,5 @@ angular.module('copay.walletFactory', []);
|
|||
angular.module('copay.controllerUtils', []);
|
||||
angular.module('copay.signin', []);
|
||||
angular.module('copay.setup', []);
|
||||
angular.module('copay.peer', []);
|
||||
angular.module('copay.socket', []);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copay.peer').controller('PeerController',
|
||||
function($scope, $rootScope, $location, $routeParams) {
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue