Tet
This commit is contained in:
parent
4daec471a3
commit
b0d79adc8e
2 changed files with 8 additions and 4 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue