寻找AngularJS旋转木马

时间:2017-09-12 00:42:57

标签: javascript angularjs

我正在寻找一个可以模仿这张照片的视觉格式的AngularJS轮播模块:

enter image description here

我尝试使用https://mihnsen.github.io/ui-carousel/但却出错了: https://github.com/mihnsen/ui-carousel/issues/35

我只需要在AngularJS中运行良好并在视觉上模仿图片的东西。有什么建议吗?

2 个答案:

答案 0 :(得分:2)

你试过this一个吗?看起来他只使用bootstrap和一些CSS来做。

//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.min.js

它还显示了用于配置轮播的范围变量。它不完全相同,但它是我发现的越近。如果它不是你想要的,你可以做一些CSS更改看起来像图片(:

答案 1 :(得分:0)

我找到了这个模板并成功使用了它:  bootsnipp.com/snippets/featured/simple-carousel

我只需要进行微小的CSS调整,并在控件中使用data-target="#Carousel"而不是href="#Carousel"