#296 fixed sync info box when stop and then start bitcoind

This commit is contained in:
Gustavo Cortez 2014-02-13 17:37:50 -03:00
parent b8d2a863d9
commit dc9914daad
1 changed files with 4 additions and 0 deletions

View File

@ -41,4 +41,8 @@ angular.module('insight.status').controller('StatusController',
_onSyncUpdate(sync);
});
});
socket.on('status', function(sync) {
_onSyncUpdate(sync);
});
});