UI Bootstrap Carousel左/右箭头不起作用

时间:2015-02-17 21:52:04

标签: angularjs twitter-bootstrap carousel

我有这个旋转木马使用ui.bootstrap for angularJS。它被放在一个,到目前为止我看起来正确,旋转木马指示器点显示和正常工作让我选择我想要的任何图像。但是,有两个箭头(每一个让​​你前后一个箭头),当我第一次点击时会起作用,但之后他们什么都不做。有谁知道造成这种情况的原因是什么?

<carousel>
  <slide ng-repeat="image in user.Contact.ImageUploads">
    <img ng-src="{{image}}" class="image" style="height:200px; margin:auto">
  </slide>
</carousel>

1 个答案:

答案 0 :(得分:3)

我也遇到过这种情况。 ngAnimate和ui.bootstrap不能很好地播放 - 你需要为旋转木马禁用ngAnimate。请在此处查看相关问题:angularjs corousel stops working

相关问题