better texts and forms
This commit is contained in:
parent
142a6bd03a
commit
4ac32f13a0
10 changed files with 150 additions and 51 deletions
|
|
@ -61,7 +61,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
};
|
||||
|
||||
|
||||
var _importMnemonic = function(words, passphrase, opts) {
|
||||
var _importMnemonic = function(words, opts) {
|
||||
self.loading = true;
|
||||
|
||||
$timeout(function() {
|
||||
|
|
@ -164,6 +164,6 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
opts.passphrase = form.passphrase.$modelValue || null;
|
||||
opts.networkName = form.isTestnet.$modelValue ? 'testnet' : 'livenet';
|
||||
|
||||
_importMnemonic(words, passphrase, opts);
|
||||
_importMnemonic(words, opts);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue