Remove shell dependences. Remove unnecessary plugins. Remove unnecessary directives
This commit is contained in:
parent
a1159189ba
commit
e7d8421c4d
11 changed files with 1 additions and 190 deletions
|
|
@ -18,14 +18,6 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
$scope.$digest();
|
||||
}
|
||||
|
||||
$scope.openFileDialog = function() {
|
||||
if (window.cshell) {
|
||||
return cshell.send('backup:import');
|
||||
}
|
||||
$scope.choosefile = !$scope.choosefile;
|
||||
};
|
||||
|
||||
|
||||
$scope._doImport = function(encryptedObj, password) {
|
||||
updateStatus('Importing wallet - Procesing backup...');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue