AngularJS, animations with a ui router, which versions work?

There have been some incompatibilities with ngAnimate and ui.router since the release of Angular 1.2.

What versions of Angular, Angular Animation, and Angular UI Router work together?

+7
angularjs angular-ui-router angular-ui
source share
1 answer

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.

0
source share

All Articles