angular js unknown provider error angular-animate

前端 未结 1 1956
时光取名叫无心
时光取名叫无心 2021-02-11 13:35

After removing bower_components and making a cache clean I reinstalled dependencies using bower install. The app fails to load with following error Uncaught Error: [$injector:un

1条回答
  •  无人共我
    2021-02-11 13:41

    Angular-animate is not in your bower.json file, :) install it with :

    bower install angular-animate --save
    

    0 讨论(0)
提交回复
热议问题