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

Commit 92cad09

Browse files
author
Gustavo Henke
committed
chore(bower): set angular to v1.2.17
Due to angular/angular.js#7842, we can't, for now, use Angular v1.2.18, as it is bugging the dropdown directive.
1 parent 22a4273 commit 92cad09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "frontkit",
33
"version": "0.0.1",
44
"dependencies": {
5-
"angular": "~1.2.10"
5+
"angular": "1.2.17"
66
},
77
"devDependencies": {
8-
"angular-mocks": "~1.2.10",
8+
"angular-mocks": "1.2.17",
99
"chai": "~1.9.1",
1010
"holderjs": "~2.3.1",
1111
"highlightjs": "~8.0.0",

0 commit comments

Comments
 (0)