Is it possible somehow completely disable animation for some ngRepeat directive usage?
I don't have any animations defined yet, but when ngAnimate module is loaded, automaticaly delays removing DOM elements from ngRepeat..
The good folks from the AngularJS team confirmed this as a bug that has been fixed in version 1.2-RC3: https://github.com/angular/angular.js/issues/4789