1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-07 18:22:56 +00:00
overleaf/services/web/public/coffee/main/scribtex-popup.coffee

10 lines
154 B
CoffeeScript
Raw Normal View History

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