summaryrefslogtreecommitdiff
path: root/client/js/controllers/home/machineCreation.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/controllers/home/machineCreation.js')
-rw-r--r--client/js/controllers/home/machineCreation.js2
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 () {