Skip to content

Commit

Permalink
fix(bower): Fixes angular bower dependancy to support 1.3.0
Browse files Browse the repository at this point in the history
Closes #358
  • Loading branch information
SimeonC authored and SimeonC committed Oct 17, 2014
1 parent efccc19 commit 491c8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package.json"
],
"dependencies": {
"angular": "~1.2.x"
"angular": "^1.2.x"
},
"devDependencies": {
"angular-mocks": "~1.2.x",
Expand Down

0 comments on commit 491c8da

Please sign in to comment.