Merge pull request #168 from cmgustavo/matias/bug/digest-01

removes apply
This commit is contained in:
Matias Alejo Garcia 2015-04-14 16:39:35 -03:00
commit 6c1c020d22
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$rootScope.$on('Local/Offline', function(event) {
$log.debug('========== Offline event');
self.isOffline = true;
$rootScope.$apply();
});
$rootScope.$on('Local/BackupDone', function(event) {