Angular Animate未知提供者:$ animate< - $ compile< - $$ animateQueue

时间:2015-12-28 14:59:22

标签: angularjs

当我运行我的应用程序时,我收到错误,

  

未捕获错误:[$ injector:unpr]未知提供者:$$ forceReflowProvider< - $$ forceReflow< - $$ animateQueue< - $ animate< - $ compile< - $$ animateQueue

我读过这可能是因为动画和角度版本不同步但事实并非如此。

我的bower.json

"angular": "1.4.8",
"angular-animate": "1.4.8",

我还删除了bower_components文件夹并执行了bower install,但错误仍然存​​在。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

不确定发生了什么,但看起来这个问题与sprockets gem有关。如果我将sprockets gem更改为gemlock文件中的sprockets (3.2.0),我可以毫无问题地打开应用程序。