Add email wallet backup using iframe
This commit is contained in:
parent
ddebfee8b1
commit
aa4af0a0e9
5 changed files with 26 additions and 7 deletions
|
|
@ -33,6 +33,13 @@ var copayApp = window.copayApp = angular.module('copayApp', [
|
|||
'copayApp.directives',
|
||||
]);
|
||||
|
||||
copayApp.config(function($sceDelegateProvider) {
|
||||
$sceDelegateProvider.resourceUrlWhitelist([
|
||||
'self',
|
||||
'mailto:**'
|
||||
]);
|
||||
});
|
||||
|
||||
angular.module('copayApp.filters', []);
|
||||
angular.module('copayApp.services', []);
|
||||
angular.module('copayApp.controllers', []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue