Move tags directive from taigaBase to taigaTags
parent
743d19ea6f
commit
da03955ab5
|
@ -182,6 +182,7 @@ modules = [
|
|||
"taigaAuth",
|
||||
|
||||
# Specific Modules
|
||||
"taigaTags",
|
||||
"taigaBacklog",
|
||||
"taigaTaskboard",
|
||||
"taigaKanban"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
taiga = @.taiga
|
||||
trim = @.taiga.trim
|
||||
|
||||
module = angular.module("taigaBase")
|
||||
module = angular.module("taigaTags", [])
|
||||
|
||||
# Directive that parses/format tags inputfield.
|
||||
|
Loading…
Reference in New Issue