【发布时间】:2015-04-16 00:42:51
【问题描述】:
有没有办法从 Bootstrap css 中找出 Angular UI Bootstrap Carousel 元素需要哪些自定义内容?我知道检查每个类和标签的每个引导程序的方法都在轮播中,但也许有更好的方法。
【问题讨论】:
标签: twitter-bootstrap angular-ui-bootstrap
有没有办法从 Bootstrap css 中找出 Angular UI Bootstrap Carousel 元素需要哪些自定义内容?我知道检查每个类和标签的每个引导程序的方法都在轮播中,但也许有更好的方法。
【问题讨论】:
标签: twitter-bootstrap angular-ui-bootstrap
它应该只使用 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
【讨论】: