Paolo
Member since Jun 30, 2014
- Profile: /members/12073-paolo.htm
- Comments: 2
Recent Blog Comments By Paolo
-
Lazy Loading Image With AngularJS
Posted on Jun 30, 2014 at 9:30 AM
And I would also change the isVisible function to a more generic one like the one suggested here http://stackoverflow.com/questions/123999/how-to-tell-if-a-dom-element-is-visible-in-the-current-viewport/7557433#7557433 since it checks for an element to be in the viewport, both vertically and hor... read more »
-
Lazy Loading Image With AngularJS
Posted on Jun 30, 2014 at 8:45 AM
I worked on your code to make it work without jQuery. You can see the result here http://embed.plnkr.co/GImgkb4x3qIsnnNTrnRF/preview I have a couple of issues that I wasn't able to solve with jqLite and that are: 1. check the visibility of an element without using the is(':visible') method 2. bin... read more »