Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cfpLoadingBar): $animate circular dep in Angular 1.3.0+ #101

Merged
merged 1 commit into from Sep 4, 2014

Conversation

PatrickJS
Copy link
Contributor

Uncaught Error: [$injector:cdep] Circular dependency found: $http <- $templateRequest <- $animate <- cfpLoadingBar <- $http <- $templateFactory <- $view <- $state
lazy load $animate to hack around circular dependency. current fix is to use an old version of $animate
"angular-animate": "1.3.0-build.3121+sha.a4520a7",

$http <- $templateRequest <- $animate <- cfpLoadingBar <- $http
lazy load $animate to hack around circular dependency
chieffancypants added a commit that referenced this pull request Sep 4, 2014
fix(cfpLoadingBar): $animate circular dep in Angular 1.3.0+
@chieffancypants chieffancypants merged commit b9df827 into chieffancypants:master Sep 4, 2014
@chieffancypants
Copy link
Owner

Awesome thanks!

@chieffancypants chieffancypants added this to the next version milestone Sep 4, 2014
@PatrickJS PatrickJS deleted the patch-1 branch September 4, 2014 03:27
@colszewski colszewski mentioned this pull request Sep 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants