Merge pull request #197 from colkito/feature/import-backups
Feature/import backups
This commit is contained in:
commit
d08d0aa875
6 changed files with 73 additions and 13 deletions
|
|
@ -16,7 +16,8 @@ var copayApp = window.copayApp = angular.module('copay',[
|
|||
'copay.controllerUtils',
|
||||
'copay.setup',
|
||||
'copay.directives',
|
||||
'copay.video'
|
||||
'copay.video',
|
||||
'copay.import'
|
||||
]);
|
||||
|
||||
angular.module('copay.header', []);
|
||||
|
|
@ -32,4 +33,5 @@ angular.module('copay.setup', []);
|
|||
angular.module('copay.socket', []);
|
||||
angular.module('copay.directives', []);
|
||||
angular.module('copay.video', []);
|
||||
angular.module('copay.import', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue