我的div <div ng-repeat="tab in tabs" class="test"></div>
在我的CSS中我有这个:
.test {margin-right:1%}
.test:nth-child(4n) {margin-right:0}
nth-child(4n)
无法使用我的ng-repeat,但是如果我手动将我的div放在没有ng-repeat的情况下,它就像魅力一样。
(所有n-child组合都是一样的。
那我错过了什么?
编辑:我的案例涉及使用ng-repeat与nth-child伪元素结合使用
提前谢谢。
编辑2 这篇文章很老,但最后一条评论说的问题是,有一些ng-show ..很明显,没有任何借口。