I want to call some jQuery function targeting div with table. That table is populated with ng-repeat.
ng-repeat
When I call it on
$(document).r
I had to render formulas using MathJax after ng-repeat ends, none of the above answers solved my problem, so I made like below. It's not a nice solution, but worked for me...
{{formula.string}} {{$last ? controller.render_formulas() : ""}}