diff options
Diffstat (limited to 'client/js/controllers/home/home.js')
| -rwxr-xr-x | client/js/controllers/home/home.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js index 2440494..4fa7504 100755 --- a/client/js/controllers/home/home.js +++ b/client/js/controllers/home/home.js @@ -144,7 +144,9 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I // On user login $scope.$on('updateGraphEvent', function () { - displayMachine() + alert("called") + + displayMachine(); }); //Return a new link linking the parent and child elements with the interfaces names given in parameters function makeLink(parentElementLabel, childElementLabel, Iparent, Ichild) { |
