I'm working on a project where I cannot use ng-animate in certain situations due to the way the angular apps are bootstrapped. Therefore, I've been trying to figure out a way to animate the ng-repeat loops using regular Jquery/CSS animations.
Is there a way to bind to ng-repeat events (enter,leave,move...) without using ng-animate?
Thanks in advance!