Commit for testing

This commit is contained in:
Loic GUEGAN 2016-05-04 19:38:09 +02:00
parent f819bc0c90
commit 0266c16ffc
4 changed files with 32 additions and 24 deletions

View file

@ -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