|
|
@ -2,8 +2,8 @@ openprojectApp.directive('timelineTable', [function() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
restrict: 'E', |
|
|
|
restrict: 'E', |
|
|
|
replace: true, |
|
|
|
replace: true, |
|
|
|
scope: true, |
|
|
|
|
|
|
|
templateUrl: '/templates/timelines/timeline_table.html', |
|
|
|
templateUrl: '/templates/timelines/timeline_table.html', |
|
|
|
|
|
|
|
scope: true, |
|
|
|
link: function(scope, element, attributes) { |
|
|
|
link: function(scope, element, attributes) { |
|
|
|
scope.columns = scope.timeline.options.columns; |
|
|
|
scope.columns = scope.timeline.options.columns; |
|
|
|
scope.height = scope.timeline.decoHeight(); |
|
|
|
scope.height = scope.timeline.decoHeight(); |
|
|
|