removes unnecessary apply
This commit is contained in:
parent
d45e28eeac
commit
c6582b2fb3
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