AcademyLime
Results
1
comments of
AcademyLime
I solved it with a directive: **JS:** ``` .directive('fooRepeatDone', function() { return function($scope, element) { if ($scope.$last) { // all are rendered $('.table').trigger('footable_redraw'); } } }) ``` **HTML:** ``