Adding taigaComponents module

stable
Alejandro Alonso 2015-04-20 09:15:56 +02:00
parent a87805caf7
commit c016394fa3
1 changed files with 3 additions and 2 deletions

View File

@ -265,7 +265,7 @@ modules = [
"taigaRelatedTasks", "taigaRelatedTasks",
"taigaBacklog", "taigaBacklog",
"taigaTaskboard", "taigaTaskboard",
"taigaKanban" "taigaKanban",
"taigaIssues", "taigaIssues",
"taigaUserStories", "taigaUserStories",
"taigaTasks", "taigaTasks",
@ -279,9 +279,10 @@ modules = [
"taigaFeedback", "taigaFeedback",
"taigaPlugins", "taigaPlugins",
"taigaIntegrations", "taigaIntegrations",
"taigaComponents",
# template cache # template cache
"templates" "templates",
# Vendor modules # Vendor modules
"ngRoute", "ngRoute",