diff --git a/NEWS b/NEWS index 66d668b42..aeda7bf80 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ 3.2.1 (2016-10-DD) ------------------ +Enhancements + - [web] updated Angular to version 1.5.8 + Bug fixes - [web] fixed tasks list when some weekdays are disabled diff --git a/UI/WebServerResources/bower.json b/UI/WebServerResources/bower.json index fdff97379..3c55b41ec 100644 --- a/UI/WebServerResources/bower.json +++ b/UI/WebServerResources/bower.json @@ -2,12 +2,12 @@ "name": "sogo-web", "private": true, "devDependencies": { - "angular": "1.4.x", - "angular-animate": "1.4.x", - "angular-aria": "1.4.x", - "angular-cookies": "1.4.x", - "angular-messages": "1.4.x", - "angular-sanitize": "1.4.x", + "angular": "1.5.x", + "angular-animate": "1.5.x", + "angular-aria": "1.5.x", + "angular-cookies": "1.5.x", + "angular-messages": "1.5.x", + "angular-sanitize": "1.5.x", "angular-ui-router": "latest", "angular-file-upload": "latest", "angular-material": "1.1.1-master-1b9245a",