I have multiple animations on my page, all functioning properly. However, one particular div using ngShow is not accepting my animation, even though it works with ngRepeat, ngView, ngSwitch, and other directives.
Upon checking the documentation for ngShow, I found that even their example does not work on their own site. I observed that it does work on Plunker, so what could be causing it to fail on the documentation page?
Edit: Just for reference, here is a Plnkr where the animation only partially works. The first one does not trigger the foo.enter animation, while the second one does. Edit2: I have updated the Plnkr to use ng 1.3.x