Test
This commit is contained in:
parent
105166c160
commit
d90c7400d5
1 changed files with 1 additions and 1 deletions
|
@ -145,8 +145,8 @@ mainApp.controller('homeCtrl', ['$scope', 'Compute', '$rootScope', 'Loading', 'I
|
||||||
// On user login
|
// On user login
|
||||||
$scope.$on('updateGraphEvent', function () {
|
$scope.$on('updateGraphEvent', function () {
|
||||||
alert("called")
|
alert("called")
|
||||||
|
|
||||||
displayMachine();
|
displayMachine();
|
||||||
|
|
||||||
});
|
});
|
||||||
//Return a new link linking the parent and child elements with the interfaces names given in parameters
|
//Return a new link linking the parent and child elements with the interfaces names given in parameters
|
||||||
function makeLink(parentElementLabel, childElementLabel, Iparent, Ichild) {
|
function makeLink(parentElementLabel, childElementLabel, Iparent, Ichild) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue