Fix report section

stable
David Barragán Merino 2015-05-06 12:20:42 +02:00
parent 6b1293da3e
commit eb8ab0d510
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,7 @@ CsvUsDirective = ($translate) ->
return {
controller: "CsvExporterUserstoriesController",
controllerAs: "ctrl",
templateUrl: "admin/project-csv.html",
link: link,
scope: true
@ -403,6 +404,7 @@ CsvTaskDirective = ($translate) ->
return {
controller: "CsvExporterTasksController",
controllerAs: "ctrl",
templateUrl: "admin/project-csv.html",
link: link,
scope: true
@ -417,6 +419,7 @@ CsvIssueDirective = ($translate) ->
return {
controller: "CsvExporterIssuesController",
controllerAs: "ctrl",
templateUrl: "admin/project-csv.html",
link: link,
scope: true