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
I checked and the right urls are being put in and the html looks fine, but I only get a grey box with no selection circles under it as well, thus not bad images.
I manually built the html using the same urls from the list and then it worked fine. Data from Gallery1 is also fine with *.image being the image url
There are also no messages or errors showing in the developers console
The text was updated successfully, but these errors were encountered:
I've narrows this down further. The issue is not the ng-repeat, but the the fact that I'm doing an API call to get the data. The slider module seems to load straight away and does not check for any data refreshes and appears to ignore updates to the data binds
Basically you need to wrap the slider Div in an ng-if testing for when data is loaded. You cannot add the html before the API call is complete as the slider does not recognise updates to the binding.
working from the examples and using Angular 1 I added the slider code as described and changed to use ng-repeat
I checked and the right urls are being put in and the html looks fine, but I only get a grey box with no selection circles under it as well, thus not bad images.
I manually built the html using the same urls from the list and then it worked fine. Data from Gallery1 is also fine with *.image being the image url
There are also no messages or errors showing in the developers console
The text was updated successfully, but these errors were encountered: