Skip to content

Commit

Permalink
tentative fix for the counter
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-travais committed Mar 9, 2015
1 parent d46d399 commit 9b6c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ weddingControllers.controller('HomeCtrl', ['$scope', 'MapIconMarker',
doubleClickZoom: true
};

$scope.weddingDate = new Date(2015, 8, 29, 16, 0);
$scope.weddingDate = new Date("2015/08/29 17:00:00");

}]);

Expand Down

0 comments on commit 9b6c8b6

Please sign in to comment.