Merge pull request #2532 from cmgustavo/bug/digest-01
Removes unnecessary apply function
This commit is contained in:
commit
57f2f6a479
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
self.error = 'Could not decrypt file, check your password';
|
self.error = 'Could not decrypt file, check your password';
|
||||||
$log.warn(e);
|
$log.warn(e);
|
||||||
$scope.$apply();
|
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue