Add in mathjax directive

This commit is contained in:
James Allen
2014-07-17 13:23:43 +01:00
parent 361fe310ce
commit a3faaf0c18
4 changed files with 30 additions and 1 deletions
@@ -33,7 +33,10 @@ aside.chat(
}"
)
.arrow(ng-style="{'border-color': 'hsl({{ hue(message.user) }}, 60%, 80%)'}")
p(ng-repeat="content in message.contents track by $index") {{ content }}
p(
mathjax,
ng-repeat="content in message.contents track by $index"
) {{ content }}
.new-message
textarea(