[backport] fix #1257

stable
Juanfran 2014-10-08 08:10:14 +02:00
parent 9a53551b23
commit 80b1f2eae7
1 changed files with 16 additions and 15 deletions

View File

@ -242,6 +242,7 @@ AssignedToDirective = ($rootscope, $confirm) ->
$scope.$watch $attrs.ngModel, (instance) ->
renderAssignedTo(instance)
if editable
$el.on "click", ".user-assigned", (event) ->
event.preventDefault()
$scope.$apply ->