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

12 lines
193 B
CoffeeScript
Raw Normal View History

define [
"base"
], (App) ->
App.directive "changeEntry", () ->
restrict: "E"
templateUrl: "changeEntryTemplate"
scope:
entry: "="
author: "="
onAccept: "&"
onReject: "&"