added announcements box to LITE version

This commit is contained in:
cubedro
2015-07-30 15:58:11 +03:00
parent 2792533040
commit f01b69e8ce
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
// Main Stats init
// ---------------
$scope.frontierHash = '?';
$scope.nodesTotal = 0;
$scope.nodesActive = 0;
$scope.bestBlock = 0;