UNPKG
unserver-unify
Version:
latest (0.2.0)
0.2.0
unserver-unify
/
src
/
app
/
common
/
services
/
angularjs-mathjax-directive.js
8 lines
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
angular.
module
(
'bamboo'
). directive(
'mathjax'
,
function
()
{
return
function
(scope, el, attrs, ctrl)
{ scope.$watch(attrs.mathjax,
function
()
{ MathJax.Hub.Queue([
'Typeset'
, MathJax.Hub, el[
0
]]); }); }; });