From 32199d160fa24a0a09415d7c1ef4aa70518ed933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 20 Apr 2015 15:33:38 +0200 Subject: [PATCH] Revert "Adding taigaComponents module" This reverts commit c016394fa366967cbfcbf1f08abd3e972ae800b0. --- app/coffee/app.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index a170244c..477db887 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,10 +279,9 @@ modules = [ "taigaFeedback", "taigaPlugins", "taigaIntegrations", - "taigaComponents", # template cache - "templates", + "templates" # Vendor modules "ngRoute",