chmanie / ng-calendar

Calendar directive for AngularJS (with drag&drop and without jQuery!)
2 stars 1 forks source link

Weekdays are incorrectly rendered #10

Open rishighan opened 9 years ago

rishighan commented 9 years ago

Using these options, from the example: `

` I get a numerical representation of weekdays, with the seventh day rendered as a `0` Additionally, the calendar starts with a yesterday's date, instead of the first of the month. The leftmost column should be a Sunday. Is there any way to trivially pass these as options ?