Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要表格底部的以下格式“每页记录”
每页:10 25 50
如果我们点击 10 它应该只显示 10 个项目等等......还需要更改活动选择的颜色
有谁能够帮我!我是 angularjs 的新手
您可以limitTo在ng-repeat表达式中使用过滤器和ng-class更改活动类。我在这里做了一个简单的例子:
limitTo
ng-repeat
ng-class
http://jsbin.com/aQipimU/2/edit