#fix 2029 - preventDefault when click milestone edit icon
parent
d0d0d51208
commit
75eeb13ec0
|
@ -69,6 +69,8 @@ BacklogSprintDirective = ($repo, $rootscope) ->
|
|||
$el.find(".sprint-table").slideToggle(slideOptions)
|
||||
|
||||
$el.on "click", ".sprint-name > .icon-edit", (event) ->
|
||||
event.preventDefault()
|
||||
|
||||
sprint = $scope.$eval($attrs.tgBacklogSprint)
|
||||
$rootscope.$broadcast("sprintform:edit", sprint)
|
||||
|
||||
|
|
Loading…
Reference in New Issue