I\'m getting familiar with AngularJS. I\'m trying to be as \'pure\' as I can. For that reason, I\'m trying to avoid including jQuery. However, I\'m having a challenge gettin
The small wrapper around element provided by angular allows you to ask for properties, so:
element.prop('offsetHeight');
Will just work fine, see: http://plnkr.co/edit/pFHySDo7hjEcMKCqGuiV?p=preview