From d755b0a6cab7a6fcd19a2c44e84e522747e662c6 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 26 Sep 2015 15:32:42 +0100 Subject: Do initial load --- js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index de76cf5..d7b5ce2 100644 --- a/js/main.js +++ b/js/main.js @@ -55,6 +55,7 @@ app.controller('VisualisationController', ['$scope', '$http', autorefresh = undefined; } + load(); var autorefresh = $interval(load, 60000); $scope.$on('$destroy', function() { -- cgit v1.2.1