overleaf/services/web/public/coffee/ide/review-panel/directives/resolvedCommentEntry.coffee

13 lines
241 B
CoffeeScript
Raw Normal View History

define [
"base"
], (App) ->
App.directive "resolvedCommentEntry", () ->
restrict: "E"
templateUrl: "resolvedCommentEntryTemplate"
2017-01-10 05:33:54 -05:00
scope:
entryId: "="
2017-01-09 12:22:01 -05:00
threadId: "="
thread: "="
doc: "="
2017-01-10 05:33:54 -05:00
onUnresolve: "&"
onDelete: "&"