我试图在使用bootstrap 3.0.2的角度应用中使用ui-bootstrap-0.6.0.js中的angular-ui paginator指令
我从这里找到的示例开始:http://angular-ui.github.io/bootstrap/
<div class="well well-small">
<pagination class="pagination-small" total-items="bigTotalItems" page="bigCurrentPage" max-size="maxSize" boundary-links="true" rotate="false" num-pages="numPages"></pagination>
</div>
我的问题是没有应用于paginator的样式。我发现通过包含bootstrap 2.3.1 css,paginator被正确设置样式。但是,当然,这会弄乱其他一切。
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
如何让paginator与bootstrap 3配合使用?
感谢您的时间。
答案 0 :(得分:0)
事实证明,尚不支持bootstrap 3。谢谢Pawel Kozlowski!信息和解决方案。
我从github上的bootstrap 3分支获得了最新的angular-ui。它运作良好。