Commit for testing
This commit is contained in:
parent
f819bc0c90
commit
0266c16ffc
4 changed files with 32 additions and 24 deletions
|
@ -32,8 +32,8 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I
|
|||
});
|
||||
|
||||
|
||||
$scope.raiseShowMachineCreationEvent = function (){
|
||||
$rootScope.$broadcast("showMachineCreationEvent");
|
||||
$scope.raiseShowMachineCreationEvent = function () {
|
||||
$rootScope.$broadcast("showMachineCreationEvent", Compute.getData().axioms);
|
||||
};
|
||||
|
||||
// Function to call from view to display the details of a machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue