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