mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-14 21:52:05 +00:00
Add an entry directive for resolved comments, with file and quoted text.
This commit is contained in:
parent
a1435d13a3
commit
f2e6e69df6
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
define [
|
||||||
|
"base"
|
||||||
|
], (App) ->
|
||||||
|
App.directive "resolvedCommentEntry", () ->
|
||||||
|
restrict: "E"
|
||||||
|
templateUrl: "resolvedCommentEntryTemplate"
|
||||||
|
scope:
|
||||||
|
thread: "="
|
||||||
|
doc: "="
|
||||||
|
onReopen: "&"
|
||||||
|
onDelete: "&"
|
Loading…
Reference in a new issue