Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
chore(bower): set angular to v1.2.17
Browse files Browse the repository at this point in the history
Due to angular/angular.js#7842, we can't, for now, use Angular v1.2.18, as it is bugging the dropdown directive.
  • Loading branch information
Gustavo Henke committed Jun 15, 2014
1 parent 22a4273 commit 92cad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -2,10 +2,10 @@
"name": "frontkit",
"version": "0.0.1",
"dependencies": {
"angular": "~1.2.10"
"angular": "1.2.17"
},
"devDependencies": {
"angular-mocks": "~1.2.10",
"angular-mocks": "1.2.17",
"chai": "~1.9.1",
"holderjs": "~2.3.1",
"highlightjs": "~8.0.0",
Expand Down

0 comments on commit 92cad09

Please sign in to comment.