0

I have a table where the rows are repeated with ng-repeat. The height of each row is dynamically set based on the content. I need to get this specific height for each row, but when i try to get with a directive the height attribute has always the same value. It seems to me, that the jquery height() function inside my directive is fired, before the specific content is inserted in each row. Is there a way to execute the height() function in my directive after ng-repeat has finished?

4

0 回答 0