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",
"taigaBacklog",
"taigaTaskboard",
"taigaKanban"
"taigaKanban",
"taigaIssues",
"taigaUserStories",
"taigaTasks",
@ -283,9 +283,10 @@ modules = [
"taigaFeedback",
"taigaPlugins",
"taigaIntegrations",
"taigaComponents",
# template cache
"templates"
"templates",
# Vendor modules
"ngRoute",

View File

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