diff options
-rw-r--r-- | js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ app.controller('VisualisationController', ['$scope', '$http', autorefresh = undefined; } + load(); var autorefresh = $interval(load, 60000); $scope.$on('$destroy', function() { |