fix #1257
parent
3d45ca92e2
commit
dc59d9f5a4
|
@ -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 ->
|
||||
|
|
Loading…
Reference in New Issue