There have been some incompatibilities with ngAnimate and ui.router since the release of Angular 1.2.
ngAnimate
ui.router
What versions of Angular, Angular Animation, and Angular UI Router work together?
The following versions seem compatible (installed via bower):
{ "angular": "1.2.3", "angular-ui-router": "0.2.0", "angular-animate": "1.2.3" }
I am updating this list as I discover more combinations.