This commit is contained in:
Loic GUEGAN 2016-05-05 12:12:50 +02:00
parent 4daec471a3
commit b0d79adc8e
2 changed files with 8 additions and 4 deletions

View file

@ -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 () {