removes unnecessary apply

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-16 21:04:52 -03:00
commit c6582b2fb3

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;
};