angular-ui / ui-utils

Deprecated collection of modules for angular
http://angular-ui.github.io
MIT License
1.43k stars 546 forks source link

Reference offset from client top #407

Closed evibot closed 9 years ago

evibot commented 9 years ago

Instead of referencing from parent element (offsetTop), to reference from window top instead (offset().top)

PowerKiKi commented 9 years ago

Use of jQuery is a big no-no, resubmit a PR without jQuery if you want to merge this