Upgraded angular to 1.4.0 and moved angular dependency to bower, #677

This commit is contained in:
Torkel Ödegaard
2015-06-13 21:14:08 +02:00
parent 87c65bcea0
commit f22bffe98a
42 changed files with 7716 additions and 4565 deletions
+5 -1
View File
@@ -13,6 +13,10 @@
"tests"
],
"dependencies": {
"jquery": "~2.1.4"
"jquery": "~2.1.4",
"angular": "~1.4.0",
"angular-route": "~1.4.0",
"angular-mocks": "~1.4.0",
"angular-sanitize": "~1.4.0"
}
}