从 bootstrap UI 中删除 Bootstrap

Remove Bootstrap from bootstrap UI

有没有办法从 Angular UI Bootstrap Carousel 元素中找出我需要哪些自定义内容]Bootstrapcss?我知道检查每个 class 和每个 class 的方法,并且标签在轮播中,但也许有更好的方法。

它应该只使用 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