Color and edge cleanup

pull/2/head
Karl Gutwin 9 years ago
parent 758ac41648
commit 7748adf0e6

@ -51,7 +51,7 @@ angular.module('containersNetwork', ['ngVis'])
return this.edges.getIds({
filter: function (item) {
return item.from == from.Id && item.to == to.Id;
} });
} }).length > 0;
};
this.addLinkEdgeIfExists = function(from, to) {

Loading…
Cancel
Save