Finish details machine
This commit is contained in:
parent
5ef1c9b8b1
commit
e9108d4b97
4 changed files with 69 additions and 26 deletions
|
@ -9,8 +9,9 @@ mainApp.controller('machineDetailsCtrl', [ '$scope', 'Compute', '$rootScope', '$
|
|||
$scope.machine={};
|
||||
$("#waitingForToggleMachine").hide();
|
||||
|
||||
$scope.$on('showMachineDetailsEvent', function(eventName ,machine){
|
||||
$scope.$on('showMachineDetailsEvent', function(eventName ,machine, axioms){
|
||||
$scope.machine=machine;
|
||||
$scope.axioms=axioms;
|
||||
console.log(machine);
|
||||
$('#machineDetailsModal').modal({backdrop: false, keyboard: true});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue