Commit f8bb28590989aeaf0c723ecdb6bda98f6538b66e
1 parent
b11a7fe1
Exists in
master
and in
2 other branches
Change date
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/js/controllers.js
... | ... | @@ -45,7 +45,7 @@ angular.module('confjuvapp.controllers', []) |
45 | 45 | $scope.stages = { |
46 | 46 | one: ConfJuvAppUtils.dateDiff('23/07/2015', '30/09/2015'), |
47 | 47 | two: ConfJuvAppUtils.dateDiff('01/10/2015', '31/10/2015'), |
48 | - three: ConfJuvAppUtils.dateDiff('01/11/2015', '16/12/2015') | |
48 | + three: ConfJuvAppUtils.dateDiff('01/11/2015', '20/12/2015') | |
49 | 49 | }; |
50 | 50 | }; |
51 | 51 | ... | ... |