Test
This commit is contained in:
parent
8b7ee2ca95
commit
105166c160
3 changed files with 15 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue