Move tags directive from taigaBase to taigaTags

stable
Jesús Espino 2014-09-09 11:42:38 +02:00
parent 743d19ea6f
commit da03955ab5
2 changed files with 2 additions and 1 deletions

View File

@ -182,6 +182,7 @@ modules = [
"taigaAuth",
# Specific Modules
"taigaTags",
"taigaBacklog",
"taigaTaskboard",
"taigaKanban"

View File

@ -22,7 +22,7 @@
taiga = @.taiga
trim = @.taiga.trim
module = angular.module("taigaBase")
module = angular.module("taigaTags", [])
# Directive that parses/format tags inputfield.