SyntaxFix
Write A Post
Hire A Developer
Questions
Seems you can just use the prop method on the angular element:
var top = $el.prop('offsetTop');
Works for me. Does anyone know any downside to this?