Answer the question
In order to leave comments, you need to log in
How to dynamically redraw a page in angular to display images?
With static output of images, everything is displayed correctly
<ion-slide-box>
<ion-slide>
<img src="http://domain.ru/img/img1.jpg" class="full-image">
</ion-slide>
<ion-slide>
<img src="http://domain.ru/img/img2.jpg" class="full-image">
</ion-slide>
<ion-slide>
<img src="http://domain.ru/img/img3.jpg" class="full-image">
</ion-slide>
<ion-slide>
<img src="http://domain.ru/img/img4.jpg" class="full-image">
</ion-slide>
</ion-slide-box>
<ion-slide-box>
<ion-slide ng-repeat="slide in slides" slider>
<img src="http://domain.ru/img/{{slide.img}}" class="full-image">
</ion-slide>
</ion-slide-box>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question