MathJax stops rendering the equations after any changes to the model or route. I need to reload the page to get the latex rendered right.
HTML:
<div class = "qanda" ng-model = "item">
<ul>
<label class="formgroup">
<input type="radio" name = "q" >
{{item.val}}
</label>
</li>
</ul>
</div>
JS:
$scope.item = {
"val":"Look intp \\[\\] $ \\lim\\limits_{x \\to 5} \\large\\frac{4x+b}{cx+9}$"
}
how to solve this?!