paveisistemas / ionic-image-lazy-load

Directive to Ionic Framework that only loads an image when it is seen by the user.
http://codepen.io/pavei/pen/oFpCy
MIT License
366 stars 117 forks source link

image-lazy-src with ngf-src from ng-file-upload #47

Open chaosLegacy opened 7 years ago

chaosLegacy commented 7 years ago

Hello, I want to know if it possible to handle this scenario I'm using ionic-image-lazy-load tm all my images i have an actionSheet to let the users choose between uploading an image from their gallery or from their camera for the upload case I use ng-file-upload which perfectly fine but when i select an image i can't see the preview because I'm not using ngf-src I'm using image-lazy-src insted image-lazy-src works fine for the camera but not when i do the upload thing can you please help me