diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 16:38:20 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 16:38:20 +0200 |
| commit | d90c7400d5834696b52417a06bc816b8e281db2a (patch) | |
| tree | a57b25e449408162b0401ef74d77afd353104155 | |
| parent | 105166c16006e03fed20af4554593f3bac744fba (diff) | |
Test
| -rwxr-xr-x | client/js/controllers/home/home.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js index 4fa7504..640f76f 100755 --- a/client/js/controllers/home/home.js +++ b/client/js/controllers/home/home.js @@ -145,8 +145,8 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I // On user login $scope.$on('updateGraphEvent', function () { 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) { |
