我正在使用AngularJS Bootstrap Carousel。我使用this停用了ngAnimate,并且Carousel工作正常,但问题是当删除幻灯片时,轮播看起来像这样:
我正在使用 ng-include {/ 1}}。
carousel.view.html
删除元素
<div class="carousel-height">
<carousel class="carouselSpot" disable-animation="true" >
<slide class="imgSlide" style="height: 355px; background-color: black" active="zone.active" ng-repeat="zone in spot.zones">
<img data-ng-if="zone.image" style="position: absolute; margin-top:-1px; top: 50%; left: 50%; margin-right: -50%;transform: translate(-50%, -50%);max-height: 355px;" data-ng-src="uploads/spots/850x850/{{zone.image}}" />
</slide>
</carousel>
</div>
感谢。