diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 13:51:18 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 13:51:18 +0200 |
| commit | 105166c16006e03fed20af4554593f3bac744fba (patch) | |
| tree | a386761beffd862e88926d7bb0f07322ee7330f2 /client/js/controllers/home/home.js | |
| parent | 8b7ee2ca9582f47a2d438fad0361dff8001cf1e2 (diff) | |
Test
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) { |
