not needed any more after renaming to rows
@ -2,8 +2,8 @@ openprojectApp.directive('timelineTable', [function() {
return {
restrict: 'E',
replace: true,
scope: true,
templateUrl: '/templates/timelines/timeline_table.html',
link: function(scope, element, attributes) {
scope.columns = scope.timeline.options.columns;
scope.height = scope.timeline.decoHeight();
@ -64,7 +64,6 @@ openprojectApp.directive('timeline', ['TimelineLoaderService', 'TimelineTableHel
scope.rows = [];
}
scope.nodes = scope.rows;
return scope.rows;
};