标签: angularjs angularjs-ng-repeat
我尝试使用ng-repeat的动画,这是在包含ng的模板中;我看到它在firefox中工作正常但不在chrome中。例如:
template.html
<ul> <li ng-repeat="item in myArray" class="repeated-item"/> </ul>
main.html中
<body> <div ng-include="template.html"></div> </body>
这里有人遇到过这个问题吗?