From c016394fa366967cbfcbf1f08abd3e972ae800b0 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 20 Apr 2015 09:15:56 +0200 Subject: [PATCH] Adding taigaComponents module --- app/coffee/app.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 477db887..a170244c 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -265,7 +265,7 @@ modules = [ "taigaRelatedTasks", "taigaBacklog", "taigaTaskboard", - "taigaKanban" + "taigaKanban", "taigaIssues", "taigaUserStories", "taigaTasks", @@ -279,9 +279,10 @@ modules = [ "taigaFeedback", "taigaPlugins", "taigaIntegrations", + "taigaComponents", # template cache - "templates" + "templates", # Vendor modules "ngRoute",