1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-08 08:05:06 +00:00
overleaf/services/web/public/coffee/main/scribtex-popup.coffee

9 lines
154 B
CoffeeScript

define [
"base"
], (App) ->
App.controller 'ScribtexPopupController', ($scope, $modal) ->
$modal.open {
templateUrl: "scribtexModalTemplate"
}