Adding taigaComponents module

stable
Alejandro Alonso 2015-04-21 07:44:11 +02:00
parent 2f9a1a75a9
commit 0f8dace508
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -0,0 +1 @@
angular.module("taigaComponents", [])