added support for localstorage
This commit is contained in:
parent
910906664c
commit
c08eda28ab
6 changed files with 96 additions and 38 deletions
|
|
@ -4,7 +4,6 @@ angular.module('copay.peer').controller('PeerController',
|
|||
function($scope, $rootScope, $location, $routeParams, Network) {
|
||||
|
||||
$scope.init = function() {
|
||||
console.log('connecting peer init');
|
||||
//Network.connect($rootScope.masterId);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue