blob: 52127a45e4032e7fa5879928485930fc2a0f4d7b [file] [log] [blame]
(function () {
'use strict';
angular.module('xos.serviceTopology')
.factory('d3', function($window){
return $window.d3;
})
.service('TreeLayout', function(){
this.updateTree = (source) => {
}
});
}());