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