From 2b1e2b3203859f1034f4027cc54ef882301bb2ac Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sun, 27 Sep 2015 09:32:21 +0100 Subject: Timestamp --- js/main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 7f3fd24..56c7374 100644 --- a/js/main.js +++ b/js/main.js @@ -34,7 +34,9 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) var details = { success: checkInArray(response.data.text, 'successful'), failed: checkInArray(response.data.text, 'failed'), - steps: response.data.steps + steps: response.data.steps, + sourceStamps: response.data.sourceStamps, + number: response.data.number }; $scope.steps.push({ name: key, -- cgit v1.2.1