简体   繁体   中英

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

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

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 :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM