0

查看这个 plnkr,我正在尝试将 ng-animate 和 ng-table 结合起来:

http://plnkr.co/edit/EfZF5oWb9qzGvOIbAhtX?p=preview

正如你所看到的,我已经将两个指令都注入了作用域,并且我在 style.css 中有动画的 CSS,但由于某种原因没有任何动画发生......任何人都知道我在这里做错了什么? (目前控制台中没有任何错误)任何帮助将不胜感激!

谢谢,

麦克风

4

1 回答 1

2

The animation class should be put on the same element as the ngRepeat directive:

<tr ng-repeat="user in $data" class="animate">
于 2014-04-25T21:00:23.537 回答