2

I am getting the following error with angularJS:

Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile

I have rolled back my bit bucket code to an older version, and it is still persisting. Any idea how I can fix this and what is causing this?

Thanks

user3754111
  • 859
  • 1
  • 10
  • 20

1 Answers1

1

Long story short, you need to ensure angular and angular-animate versions are aligned. For detail answer, please refer to Angular-animate - Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile

Hopefully this is helpful :)

Community
  • 1
  • 1
JayKan
  • 3,966
  • 2
  • 20
  • 21