Commit 970115d0 by Vishal Kadam

Vishal: Beautified

parent e426db2d
......@@ -284,10 +284,10 @@ angular.module('dgc.lineage').controller('LineageController', ['$element', '$sco
.style('stroke', 'green')
.attr('d', diagonal);
if($scope.type === 'inputs') {
link.attr("marker-start", "url(#input-arrow)");//if input
if ($scope.type === 'inputs') {
link.attr("marker-start", "url(#input-arrow)"); //if input
} else {
link.attr("marker-end", "url(#arrow)");//if input
link.attr("marker-end", "url(#arrow)"); //if input
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment