I'm trying to make little tests with angular. Everything seems working. But i am having problems with the ngAnimate directive.
i build my animation as simply as possible, here is a plunker with my full code.
http://plnkr.co/edit/Kg7tkpD4pKMz7eKTOIQS
As you can see, the content is not visible. The class "main_animation" is set but not removed (and why is it set ?)
I use the unstable version of angular but there is no issue about on the official repository.
Can someone help me ? Thank you.