This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate doesn't work when you use ngView on the body #12874
Closed
Description
http://plnkr.co/edit/PgfQaoDE5iCaxV2AX8OA
Example here. Basically it doesn't add the intermediate classes when showing and hiding.
The workaround is pretty simple, just don't use ngView on the body. In the example if you move ngView down onto a div it works fine.
There are a few scattered issues on stackoverflow where it does say you get some odd behaviour when adding ngView to the body but most of them aren't serious. If we shouldn't be doing this, I think there should be a warning in the docs about it.