Merge pull request #30 from guillaumewuip/master

Fix for #26, 2nd try
This commit is contained in:
Mathew Kurian 2015-01-02 02:02:47 -06:00
commit 1af593566b
2 changed files with 1 additions and 3 deletions

View file

@ -238,7 +238,7 @@
var offset = serverOffset - localOffset;
return timestamp + offset * 60;
return timestamp + offset * 60 * 1000;
};
/**

View file

@ -44,8 +44,6 @@
$scope.blocks = dates.map(function (item) {
var itemDate = $rootScope.timezoneDate(item.date);
console.log(item.date);
console.log(itemDate);
return {
type : 'date',