Skip to content

Commit

Permalink
Temp workaround for circular dependency ngAnimate.
Browse files Browse the repository at this point in the history
Caused by angular-loading-bar. Should update version when issue is
fixed: chieffancypants/angular-loading-bar#98
  • Loading branch information
ionparticle committed Sep 2, 2014
1 parent 47dfd51 commit 424e583
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"bootstrap": "~3.2.0",
"fontawesome": "~4.1.0",
"angular": "~1.3.0",
"angular": "v1.3.0-rc.0",
"pdfjs-bower": "~1.0.233",
"angular-animate": "~1.3.0",
"angular-animate": "1.3.0-build.3121+sha.a4520a7",
"angular-cookies": "~1.3.0",
"angular-resource": "~1.3.0",
"angular-route": "~1.3.0",
Expand All @@ -38,8 +38,7 @@
"ng-pdfviewer": "~0.2.1"
},
"resolutions": {
"angular-animate": "~1.3.0",
"angular": "~1.3.0",
"bootstrap": "~3.2.0"
"angular": "1.3.0-rc.0",
"angular-animate": "1.3.0-build.3121+sha.a4520a7"
}
}

0 comments on commit 424e583

Please sign in to comment.