fix kanban translation exception

stable
Juanfran 2015-05-26 13:06:39 +02:00
parent 9525f66d8d
commit 7f34f6e0bf
1 changed files with 3 additions and 2 deletions

View File

@ -61,11 +61,12 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
"$appTitle",
"$tgNavUrls",
"$tgEvents",
"$tgAnalytics"
"$tgAnalytics",
"$translate"
]
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location,
@appTitle, @navUrls, @events, @analytics) ->
@appTitle, @navUrls, @events, @analytics, @translate) ->
bindMethods(@)