Animate stops firing on page transition

I’m using a repeat and trying to animate via .ng-enter.

It works fine on the initial page load, but when I click on the list item and the page transitions, my repeats on the next page don’t animate, even though they share the same class names.

Is there something I need to do differently?

TIA