fix uxrefresh with new #setup
This commit is contained in:
parent
df23125f5e
commit
a8d85adc84
8 changed files with 46 additions and 46 deletions
|
|
@ -11,6 +11,7 @@ angular.module('copay',[
|
|||
'copay.backup',
|
||||
'copay.walletFactory',
|
||||
'copay.signin',
|
||||
'copay.controllerUtils',
|
||||
'copay.setup',
|
||||
'copay.peer'
|
||||
]);
|
||||
|
|
@ -21,6 +22,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