mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 23:11:17 +00:00
Add Wiki controller with MathJax directive
This commit is contained in:
parent
49cf2a8dee
commit
ddca090cd7
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
define [
|
||||
"base"
|
||||
"directives/mathjax"
|
||||
"services/algolia-search"
|
||||
], (App) ->
|
||||
|
||||
|
@ -55,4 +56,4 @@ define [
|
|||
hits = _.map response.hits, buildHitViewModel
|
||||
updateHits hits
|
||||
|
||||
|
||||
App.controller "LearnController", () ->
|
||||
|
|
Loading…
Reference in a new issue