Angularjs Angular js ng在chrome中包含的ng中重复动画

Angularjs Angular js ng在chrome中包含的ng中重复动画,angularjs,angularjs-ng-repeat,Angularjs,Angularjs Ng Repeat,我尝试使用动画的ng重复,这是内ng包括模板;我发现它在firefox中运行良好,但在chrome中却不行。例如: template.html <ul> <li ng-repeat="item in myArray" class="repeated-item"/> </ul>

我尝试使用动画的ng重复,这是内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>


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

只需清除chrome中的缓存即可。。。也许它有用…是的,我有,但还没有机会让它工作。但假设我在ng include下尝试了另一个ng重复;它只适用于外面的那个。我现在有点困了。