Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9addef5

Browse files
committed
Merge pull request #95 from angular-ui/fix-incompatible-ng
fix(bower): limit angular version 1.2.0 - 1.2.17 until fix for 1.2.18+ is merged
2 parents 4245e42 + 1abfd3a commit 9addef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"test"
1717
],
1818
"dependencies": {
19-
"angular": "~1.2"
19+
"angular": "1.2.0 - 1.2.17"
2020
},
2121
"devDependencies": {
2222
"jquery": "~1.11",
23-
"angular-sanitize": "~1.2",
24-
"angular-mocks": "~1.2"
23+
"angular-sanitize": "1.2.0 - 1.2.17",
24+
"angular-mocks": "1.2.0 - 1.2.17"
2525
}
2626
}

0 commit comments

Comments
 (0)