fix error notifications
This commit is contained in:
parent
30eb9bf0c5
commit
816901378e
5 changed files with 48 additions and 45 deletions
|
|
@ -539,6 +539,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$rootScope.$on('Local/Offline', function(event) {
|
||||
$log.debug('Offline event');
|
||||
self.isOffline = true;
|
||||
$timeout(function(){
|
||||
$rootScope.$apply();
|
||||
});
|
||||
});
|
||||
|
||||
$rootScope.$on('Local/BackupDone', function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue