owlsomely / angular-image-zoom

Native AngularJs Directive that provide image hover zoom feature
http://owlsomely.github.io/angular-image-zoom/
MIT License
40 stars 23 forks source link

offsetLeft and offsetTop are incorrectly calculated #9

Open YamCrack opened 9 years ago

YamCrack commented 9 years ago

Please change the line 236 in the file image-zoom.js

from this if (el) { to this while (el) {

to correct the issue,

thanks in advance and sorry for my bad english

Lctrs commented 9 years ago

This has been fixed in baedcafd9a6fc1a5efc3a4eafd888c2b84d35d5b.

@uschen Can you please push v0.2.1 on bower so we can have this fix please ?