0

On Angular 1.2.0-rc2 I have the following setup: http://plnkr.co/edit/t5J5bl?p=preview

However, there is no animation happening. Worst than that, the ng-animate is not even being evaluated.

Is there anything else I should be including to use the directive?

Jair Trejo
  • 562
  • 6
  • 10

1 Answers1

1

The ngAnimate directive is no longer used in Angular 1.2.0 (see this commit). Read this awesome article to adapt your code to the new animation module.

Blackhole
  • 20,129
  • 7
  • 70
  • 68