Adding taigaComponents module
parent
2f9a1a75a9
commit
0f8dace508
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
angular.module("taigaComponents", [])
|
Loading…
Reference in New Issue