(js) Update Angular to branch 1.5.x

pull/222/merge
Francis Lachapelle 2016-10-11 09:55:37 -04:00
parent 7aec556a51
commit 0f1eeae7bb
2 changed files with 9 additions and 6 deletions

3
NEWS
View File

@ -1,6 +1,9 @@
3.2.1 (2016-10-DD) 3.2.1 (2016-10-DD)
------------------ ------------------
Enhancements
- [web] updated Angular to version 1.5.8
Bug fixes Bug fixes
- [web] fixed tasks list when some weekdays are disabled - [web] fixed tasks list when some weekdays are disabled

View File

@ -2,12 +2,12 @@
"name": "sogo-web", "name": "sogo-web",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"angular": "1.4.x", "angular": "1.5.x",
"angular-animate": "1.4.x", "angular-animate": "1.5.x",
"angular-aria": "1.4.x", "angular-aria": "1.5.x",
"angular-cookies": "1.4.x", "angular-cookies": "1.5.x",
"angular-messages": "1.4.x", "angular-messages": "1.5.x",
"angular-sanitize": "1.4.x", "angular-sanitize": "1.5.x",
"angular-ui-router": "latest", "angular-ui-router": "latest",
"angular-file-upload": "latest", "angular-file-upload": "latest",
"angular-material": "1.1.1-master-1b9245a", "angular-material": "1.1.1-master-1b9245a",