fix check/uncheck icon - show input file
This commit is contained in:
parent
8b74c621f7
commit
1bcaffdfe2
4 changed files with 11 additions and 6 deletions
|
|
@ -8,6 +8,8 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
var reader = new FileReader();
|
||||
var defaults = configService.getDefaults();
|
||||
var errors = bwcService.getErrors();
|
||||
$scope.isSafari = platformInfo.isSafari;
|
||||
$scope.isCordova = platformInfo.isCordova;
|
||||
$scope.bwsurl = defaults.bws.url;
|
||||
$scope.derivationPath = derivationPathHelper.default;
|
||||
$scope.account = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue