fix conflicts
This commit is contained in:
commit
74f7271310
28 changed files with 653 additions and 761 deletions
|
|
@ -27,6 +27,7 @@ angular.module('copay.controllerUtils').factory('controllerUtils', function ($ro
|
|||
});
|
||||
|
||||
w.on('created', function() {
|
||||
console.log('[controllerUtils.js.30:created:] RECV '); //TODO
|
||||
$location.path('peer');
|
||||
$rootScope.wallet = w;
|
||||
|
||||
|
|
@ -41,6 +42,8 @@ angular.module('copay.controllerUtils').factory('controllerUtils', function ($ro
|
|||
});
|
||||
w.on('openError', root.onErrorDigest);
|
||||
w.on('close', root.onErrorDigest);
|
||||
w.netStart();
|
||||
console.log('[controllerUtils.js.45] setupUxHandlers END'); //TODO
|
||||
};
|
||||
|
||||
root.setSocketHandlers = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue