From a2f120aa7350e9417e80db26abf36b7e53c3196b Mon Sep 17 00:00:00 2001 From: Apache Date: Wed, 16 Mar 2016 11:11:25 +0100 Subject: Front-end path redefinition --- client/js/controllers/home/home.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/js/controllers') diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js index 4402e62..d20779b 100644 --- a/client/js/controllers/home/home.js +++ b/client/js/controllers/home/home.js @@ -22,17 +22,17 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I } } - + Image.getImages(function(){}); - + $scope.raiseShowMachineDetailsEvent=function(id){ var callback=function(){ Loading.stop(); var data=Compute.getData(); $rootScope.$broadcast("showMachineDetailsEvent", data.machines[id], data.axioms); - + } Loading.start(); Compute.pullMachines(callback); -- cgit v1.2.3