标签: angularjs ng-animate
在Angular 1.2.0-rc2上,我有以下设置:http://plnkr.co/edit/t5J5bl?p=preview
然而,没有动画发生。最糟糕的是,ng-animate甚至没有被评估。
ng-animate
我还应该包括使用该指令吗?
答案 0 :(得分:1)
Angular 1.2.0中不再使用ngAnimate指令(请参阅this commit)。阅读this awesome article以使您的代码适应新的动画模块。