added Passphrase model
This commit is contained in:
parent
973e65f375
commit
62b95ac122
4 changed files with 8 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ var copayApp = window.copayApp = angular.module('copay',[
|
|||
'copay.video',
|
||||
'copay.import',
|
||||
'copay.password',
|
||||
'copay.passphrase'
|
||||
]);
|
||||
|
||||
angular.module('copay.header', []);
|
||||
|
|
@ -39,4 +40,5 @@ angular.module('copay.directives', []);
|
|||
angular.module('copay.video', []);
|
||||
angular.module('copay.import', []);
|
||||
angular.module('copay.password', []);
|
||||
angular.module('copay.passphrase', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue