summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js
index 4a118b7..3f219e9 100644
--- a/js/main.js
+++ b/js/main.js
@@ -6,8 +6,8 @@ app.config(['$httpProvider', function($httpProvider) {
}
]);
-app.controller('VisualisationController', ['$scope', '$http',
- function($scope, $http) {
+app.controller('VisualisationController', ['$scope', '$http', '$interval',
+ function($scope, $http, $interval) {
function formatBuild(response) {
var success = false;
if (response.data.text) {