Add an entry directive for resolved comments, with file and quoted text.

This commit is contained in:
Paulo Reis 2017-01-06 11:59:49 +00:00
parent a1435d13a3
commit f2e6e69df6

View file

@ -0,0 +1,11 @@
define [
"base"
], (App) ->
App.directive "resolvedCommentEntry", () ->
restrict: "E"
templateUrl: "resolvedCommentEntryTemplate"
scope:
thread: "="
doc: "="
onReopen: "&"
onDelete: "&"