Branislav Beňo
Results
1
comments of
Branislav Beňo
@AcademyLime Your directive snippet is very nice! I have added translation support. ``` .directive('fooRepeatDone', function($interpolate) { return function($scope, element) { if ($scope.$last) { // all are rendered $('.footable').trigger('footable_redraw'); $('.footable').footable().bind({ 'footable_row_collapsed'...