Add Wiki controller with MathJax directive

This commit is contained in:
Jessica Lawshe 2018-07-17 09:09:07 -05:00
parent 49cf2a8dee
commit ddca090cd7

View file

@ -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", () ->