Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用户界面可定制的Angularjs旋转木马模块_Angularjs_Twitter Bootstrap - Fatal编程技术网

用户界面可定制的Angularjs旋转木马模块

用户界面可定制的Angularjs旋转木马模块,angularjs,twitter-bootstrap,Angularjs,Twitter Bootstrap,我正在将现有的基于jquery的代码迁移到Angularjs中。在我的应用程序中,我有现有的代码来实现不同风格的旋转木马,每个旋转木马在UI方面都是非常定制的,但是当前的代码有很多重复的代码来支持不同的变化,因此我不喜欢它。 我在Angularjs中搜索carousel模块,我可以将其用作核心模块,并为我的应用程序自定义它,但是发现了很多,因此感到困惑。我遇到了下面的人 1. angular-carousel http://ngmodules.org/modules/angular-carous

我正在将现有的基于jquery的代码迁移到Angularjs中。在我的应用程序中,我有现有的代码来实现不同风格的旋转木马,每个旋转木马在UI方面都是非常定制的,但是当前的代码有很多重复的代码来支持不同的变化,因此我不喜欢它。 我在Angularjs中搜索carousel模块,我可以将其用作核心模块,并为我的应用程序自定义它,但是发现了很多,因此感到困惑。我遇到了下面的人

1. angular-carousel http://ngmodules.org/modules/angular-carousel
2. angular ui carousel module https://angular-ui.github.io/bootstrap/
3. angular-slick https://github.com/vasyabigi/angular-slick
4. Wallop Slider in AngularJS http://andyshora.com/wallop-slider-angularjs-css.html
5. Based on Angularjs animation http://onehungrymind.com/build-sweet-photo-slider-angularjs-animate/
6. Angular.js and Bootstrap 3 http://www.cssscript.com/responsive-image-carousel-with-angular-js-and-bootstrap-3/
以下是我的要求摘要

1. Customize the UI, mainly on the location of "next" & "prev" button and slides
2. Support of single or multiple slides based on configuration
3. Infinite loop control based on configuration
4. Touch support on mobile and tablets
5. Responsive design, mainly for multiple slides control so that different number of slides can be display based on different screen size

因为我有多种选择,所以我很困惑。希望获得帮助,了解我可以使用哪个基于Angular js的核心旋转木马,以便为我拥有的各种旋转木马模块进行自定义。

在不了解任何其他选项的情况下,UI引导(选项2)旋转木马似乎完全符合您的要求。看看他们的网站。顺便说一句,UI引导是Angularjs+引导。我正在考虑尝试angular slick,因为我需要在一张幻灯片中包含多个项目。我从未尝试过任何一种,因此不想尝试所有选项。还将尝试angularjs ui。