diff options
Diffstat (limited to 'client/js/controllers/home/machineDetails.js')
| -rw-r--r-- | client/js/controllers/home/machineDetails.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/home/machineDetails.js b/client/js/controllers/home/machineDetails.js index 06e296d..9ccb86b 100644 --- a/client/js/controllers/home/machineDetails.js +++ b/client/js/controllers/home/machineDetails.js @@ -42,7 +42,7 @@ mainApp.controller('machineDetailsCtrl', ['$scope', 'Compute', '$rootScope', '$t }; $scope.deleteMachine=function(){ - Compute.deleteMachine(function(){console.log("deleted")},$scope.machine.id); + Compute.deleteMachine(function(){Compute.pullData(function(){});},$scope.machine.id); } }]); |
