6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
'use strict';
|
|
|
|
angular.module('copay.peer').controller('PeerController',
|
|
function($scope, $rootScope, $location, $routeParams) {
|
|
});
|
|
|