From 7f34f6e0bf3f0f651328ab55e36dc5f0ba513a43 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 26 May 2015 13:06:39 +0200 Subject: [PATCH] fix kanban translation exception --- app/coffee/modules/kanban/main.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/coffee/modules/kanban/main.coffee b/app/coffee/modules/kanban/main.coffee index d6873467..8edc40a3 100644 --- a/app/coffee/modules/kanban/main.coffee +++ b/app/coffee/modules/kanban/main.coffee @@ -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(@)