mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Add an entry directive for resolved comments, with file and quoted text.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
define [
|
||||
"base"
|
||||
], (App) ->
|
||||
App.directive "resolvedCommentEntry", () ->
|
||||
restrict: "E"
|
||||
templateUrl: "resolvedCommentEntryTemplate"
|
||||
scope:
|
||||
thread: "="
|
||||
doc: "="
|
||||
onReopen: "&"
|
||||
onDelete: "&"
|
||||
Reference in New Issue
Block a user