Error updating to Ionic Lib 1.2

I am getting an $injector error after updating the Ionic Lib from 1.0 to 1.2:

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

I ran bower update and had no resolve issues (see below for output) as everything seemed to resolve to Angular v 1.4.3 (including angular-animate). I then tried clearing my cache and reinstalled but had the same issue. Everything works fine on Ionic v1.0, but I get this same error for v1.1 or v1.2, so I assume it has to do with going from Angular 1.3.13 to Angular 1.4.3. I’ve seen a few similar posts, but they all seem to be related to resolving to the right version of Angular, which doesn’t seem to be an issue in my case.

Any thoughts?

UPDATE: Resolved. Turns out I had a separate static older copy of ngAnimate included in my html outside of the ionic bundle.