added Passphrase model and service
This commit is contained in:
parent
62b95ac122
commit
06b25db364
2 changed files with 31 additions and 0 deletions
7
js/services/passphrase.js
Normal file
7
js/services/passphrase.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var passphrase;
|
||||
angular.module('copay.passphrase').factory('Passphrase', function($rootScope) {
|
||||
passphrase = passphrase || new copay.Passphrase(config);
|
||||
return passphrase;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue