This commit is contained in:
Loic GUEGAN 2016-05-05 16:38:20 +02:00
parent 105166c160
commit d90c7400d5

View file

@ -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) {