From b0d79adc8ec06502f7adae0cf72f294d1f7d9405 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Thu, 5 May 2016 12:12:50 +0200 Subject: Tet --- client/js/controllers/home/machineCreation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/js/controllers/home/machineCreation.js') diff --git a/client/js/controllers/home/machineCreation.js b/client/js/controllers/home/machineCreation.js index 3996c68..aa488af 100644 --- a/client/js/controllers/home/machineCreation.js +++ b/client/js/controllers/home/machineCreation.js @@ -15,7 +15,7 @@ mainApp.controller('machineCreationCtrl', ['$scope', 'Compute', '$rootScope', '$ }); var callMeAfterMachineCreation=function(response){ - Compute.pullData(function(){}); + Compute.pullData(function(){$rootScope.$broadcast("updateGraphEvent")}); }; $scope.createMachine = function () { -- cgit v1.2.3