在chrome中包含ng-included问题的角度js ng-repeat动画

时间:2014-12-01 06:09:22

标签: 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>

这里有人遇到过这个问题吗?

0 个答案:

没有答案