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