Move tags directives to common module directory.

stable
Andrey Antukh 2014-09-10 13:42:50 +02:00
parent a5553b0ed3
commit c08282fade
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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.