fix insight notification

This commit is contained in:
Manuel Araoz 2014-06-27 15:11:33 -03:00
parent 1b82c3b52e
commit 80376c16f8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ angular.module('copayApp.controllers').controller('HeaderController',
if (status === -1) {
notification.success('Networking restored', 'Connection to Insight re-established');
//$rootScope.insightError = 0;
} else {
} else if (status !== 0) {
notification.error('Networking problem', 'Connection to Insight lost, reconnecting (attempt number '+status+')');
}
});