Fixes on-hover notes on tasks do not update after you edit the notes, until a sync occurs (#8353)

* Shift taskPopover from one-time-binding to regular binding, allowing task note display to be updated

* Re-add Markdown filter to task popover
This commit is contained in:
Declan Ramsay 2017-01-03 06:00:35 +13:00 committed by Keith Holliday
parent b0341aa06f
commit f49fd05da1

View file

@ -5,7 +5,7 @@ li(id='task-{{::task._id}}',
ng-click='spell && (list.type != "reward") && castEnd(task, "task", $event)',
ng-show='shouldShow(task, list, user.preferences)',
popover-trigger='mouseenter', popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}',
data-popover-html="{{::taskPopover(task) | markdown}}")
data-popover-html="{{taskPopover(task) | markdown}}")
ng-form(name='taskForm')
include ./meta_controls