mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
12 lines
No EOL
191 B
CoffeeScript
12 lines
No EOL
191 B
CoffeeScript
define [
|
|
"base"
|
|
], (App) ->
|
|
App.directive "changeEntry", () ->
|
|
restrict: "E"
|
|
templateUrl: "changeEntryTemplate"
|
|
scope:
|
|
entry: "="
|
|
user: "="
|
|
onAccept: "&"
|
|
onReject: "&"
|
|
|