From 0266c16ffc97042853916c390aaaccecc72e69a1 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Wed, 4 May 2016 19:38:09 +0200 Subject: Commit for testing --- client/js/controllers/home/home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/js/controllers/home/home.js') diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js index 7731500..910c6b2 100755 --- a/client/js/controllers/home/home.js +++ b/client/js/controllers/home/home.js @@ -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 -- cgit v1.2.3