extract backup into service
This commit is contained in:
parent
86295c9cf0
commit
b40038a554
6 changed files with 115 additions and 83 deletions
|
|
@ -26,13 +26,13 @@ var copayApp = window.copayApp = angular.module('copayApp',[
|
|||
'monospaced.qrcode',
|
||||
'notifications',
|
||||
'copayApp.filters',
|
||||
'copayApp.services',
|
||||
'copayApp.controllers',
|
||||
'copayApp.directives',
|
||||
'copayApp.services',
|
||||
]);
|
||||
|
||||
angular.module('copayApp.filters', []);
|
||||
angular.module('copayApp.services', []);
|
||||
angular.module('copayApp.controllers', []);
|
||||
angular.module('copayApp.directives', []);
|
||||
angular.module('copayApp.services', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue