tech(lib upgrade): fixed issue with angular 1.5.8, so can revert revert of upgrade, that is we are no on latest angularjs, #6022

This commit is contained in:
Torkel Ödegaard
2016-09-14 10:45:56 +02:00
parent c594f9f2ad
commit babab7677c
30 changed files with 2866 additions and 1477 deletions

View File

@@ -15,10 +15,10 @@
"dependencies": {
"jquery": "3.1.0",
"lodash": "4.15.0",
"angular": "1.5.3",
"angular-route": "1.5.3",
"angular-mocks": "1.5.3",
"angular-sanitize": "1.5.3",
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-mocks": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-native-dragdrop": "1.2.2",
"angular-bindonce": "0.3.3"
}