Move tags directives to common module directory.
parent
a5553b0ed3
commit
c08282fade
|
@ -182,7 +182,6 @@ modules = [
|
|||
"taigaAuth",
|
||||
|
||||
# Specific Modules
|
||||
"taigaTags",
|
||||
"taigaBacklog",
|
||||
"taigaTaskboard",
|
||||
"taigaKanban"
|
||||
|
|
|
@ -16,13 +16,13 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# File: modules/base/tags.coffee
|
||||
# File: modules/common/tags.coffee
|
||||
###
|
||||
|
||||
taiga = @.taiga
|
||||
trim = @.taiga.trim
|
||||
|
||||
module = angular.module("taigaTags", [])
|
||||
module = angular.module("taigaCommon")
|
||||
|
||||
# Directive that parses/format tags inputfield.
|
||||
|
Loading…
Reference in New Issue