有没有办法从 Bootstrap css 中找出 Angular UI Bootstrap Carousel 元素所需的自定义内容?我知道检查每个类的每个引导程序的方式和标签是在转盘内,但也许有一个更好的。
答案 0 :(得分:0)
它应该只使用Bootstrap的旋转木马组件(如果没有 - 请submit an issue)。
如果查看the source code,它只会使用
中定义的模板https://github.com/angular-ui/bootstrap/blob/master/template/carousel/carousel.html
和
https://github.com/angular-ui/bootstrap/blob/master/template/carousel/slide.html