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