Falk

Results 4 comments of Falk

I did also not manage to get height based on scrollheight running. Always fails on xs devices. Would be great to have a solution for the height issue.

I tried this: ``` function layout() { angular.element('.auto-height').css('height', (element[0].scrollHeight) ); return PositionService.layout(element[0].offsetWidth); } ``` unfortunately it has on chrome the height is around 60px to much. And when it gets...

@tristanguigue I fixed this issue now this way: https://github.com/netstyler/angular-dynamic-layout/commit/a1c3b78dc680a1d38513cc62b3c95022524dda08 On my application it is working now perfectly with elements after See also other commits I did in my fork https://github.com/netstyler/angular-dynamic-layout/commits/feature/24

Your welcome. And thanks also for your work! Pull request done ;)