AngularJS, animations with ui router which versions work?

雨燕双飞 提交于 2019-12-21 11:54:13

问题


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

Which versions of Angular, Angular Animate and Angular UI Router work together?


回答1:


The following versions appear to be compatible (installed through bower):

{
  "angular": "1.2.3",
  "angular-ui-router": "0.2.0",
  "angular-animate": "1.2.3"
}

I'll update this list as I discover more combinations.



来源:https://stackoverflow.com/questions/20991255/angularjs-animations-with-ui-router-which-versions-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!