add wallet setup view (not integrated)
This commit is contained in:
parent
73db414dd7
commit
8478402237
5 changed files with 75 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ angular.module('copay',[
|
|||
'copay.backup',
|
||||
'copay.walletFactory',
|
||||
'copay.signin',
|
||||
'copay.setup',
|
||||
'copay.peer'
|
||||
]);
|
||||
|
||||
|
|
@ -21,5 +22,6 @@ angular.module('copay.send', []);
|
|||
angular.module('copay.backup', []);
|
||||
angular.module('copay.walletFactory', []);
|
||||
angular.module('copay.signin', []);
|
||||
angular.module('copay.setup', []);
|
||||
angular.module('copay.peer', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue