Merge pull request #1244 from taigaio/issue/4989-edit-tags-in-lightbox-mode

Issue 4989: Edit tags in lightbox mode
stable
David Barragán Merino 2017-03-08 14:42:13 +01:00 committed by GitHub
commit 5e4a700788
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService,
inserted = _.find itemtags, (it) -> it[0] == value inserted = _.find itemtags, (it) -> it[0] == value
if !inserted if !inserted
itemtags.push([tag , color]) itemtags.push([value , color])
$scope.us.tags = itemtags $scope.us.tags = itemtags
$scope.deleteTag = (tag) -> $scope.deleteTag = (tag) ->