Add missing assigned tu event on clicks on kanban task user avatar.

stable
Andrey Antukh 2014-07-23 09:43:32 +02:00
parent ceb6294933
commit 4fce5724b5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ div.kanban-task-inner
span.task-num(tg-bo-ref="us.ref")
a.task-name(href="", title="", tg-bind-html="us.subject")
tg-kanban-user-avatar(model="us.assigned_to")
tg-kanban-user-avatar(model="us.assigned_to", click="ctrl.changeUsAssignedTo(us)")
a.icon.icon-edit(href="", title="Edit", ng-click="ctrl.editUserStory(us)")
a.icon.icon-drag-h(href="", title="Drag&Drop")