Merge pull request #2532 from cmgustavo/bug/digest-01

Removes unnecessary apply function
This commit is contained in:
Matias Alejo Garcia 2015-04-17 02:32:10 -03:00
commit 57f2f6a479

View file

@ -23,7 +23,6 @@ angular.module('copayApp.controllers').controller('importController',
} catch (e) {
self.error = 'Could not decrypt file, check your password';
$log.warn(e);
$scope.$apply();
return;
};