UNPKG

@docapost-agility/mka

Version:
13 lines (12 loc) 325 B
app.directive('onFinishRender', function ($timeout) { return { restrict: 'A', link: function (scope, element, attr) { if (scope.$last === true) { $timeout(function () { scope.$emit(attr.onFinishRender); }); } } } });