This commit is contained in:
Loic GUEGAN 2016-05-05 13:51:18 +02:00
parent 8b7ee2ca95
commit 105166c160
3 changed files with 15 additions and 11 deletions

View file

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