diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 19:38:09 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-04 19:38:09 +0200 |
| commit | 0266c16ffc97042853916c390aaaccecc72e69a1 (patch) | |
| tree | aed361ca7133bdab46683d1ff9c3edf38048ef27 /client/js/controllers/home/home.js | |
| parent | f819bc0c909dd85c4d98c8fb870ce5c6fce37383 (diff) | |
Commit for testing
Diffstat (limited to 'client/js/controllers/home/home.js')
| -rwxr-xr-x | client/js/controllers/home/home.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
