Merge branch 'master' into feature/socket-io-support
Fix conflicts: js/app.js js/controllers/signin.js
This commit is contained in:
commit
2454d930fa
9 changed files with 63 additions and 68 deletions
|
|
@ -12,6 +12,7 @@ angular.module('copay',[
|
|||
'copay.walletFactory',
|
||||
'copay.signin',
|
||||
'copay.socket',
|
||||
'copay.controllerUtils',
|
||||
'copay.setup',
|
||||
'copay.peer'
|
||||
]);
|
||||
|
|
@ -22,6 +23,7 @@ angular.module('copay.transactions', []);
|
|||
angular.module('copay.send', []);
|
||||
angular.module('copay.backup', []);
|
||||
angular.module('copay.walletFactory', []);
|
||||
angular.module('copay.controllerUtils', []);
|
||||
angular.module('copay.signin', []);
|
||||
angular.module('copay.setup', []);
|
||||
angular.module('copay.peer', []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue