You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using ionic 1.5 (in particular <ion-content>) as container for a list of images. But when try to use lazyImgConfigProvider during angular config phase <ion-content> doesnt exist in dom.
Is there any way to config <ion-content id="my-container"> as a container for a list of lazy-loaded images?
Thanks.
The text was updated successfully, but these errors were encountered:
Im using ionic 1.5 (in particular
<ion-content>
) as container for a list of images. But when try to uselazyImgConfigProvider
during angular config phase<ion-content>
doesnt exist in dom.Is there any way to config
<ion-content id="my-container">
as a container for a list of lazy-loaded images?Thanks.
The text was updated successfully, but these errors were encountered: