diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 12:12:50 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 12:12:50 +0200 |
| commit | b0d79adc8ec06502f7adae0cf72f294d1f7d9405 (patch) | |
| tree | 4a84c209a35508b6614874367bff01d284e398f5 /client/js/controllers/home/machineCreation.js | |
| parent | 4daec471a322645a8173739a5edd17e57b7f2d27 (diff) | |
Tet
Diffstat (limited to 'client/js/controllers/home/machineCreation.js')
| -rw-r--r-- | client/js/controllers/home/machineCreation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |
