You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
At the moment, ionic has dependency on "angular-animate": "1.4.3". In my project, I am using ionic with angular material, which depends on "angular-animate": "1.4.8". Installing "angular-animate": "1.4.8", causes the following error while loading the ionic app:
Unknown provider: $$forceReflowProvider <- $$forceReflow <- $$animateQueue <- $animate <- $compile <- $$animateQueue
Is there any plan to extend ionic to support "angular-animate": "1.4.8" in near future? Or can you suggest any workaround?