diff --git a/src/calendar.js b/src/calendar.js index 181dd88..c134c3e 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -205,7 +205,8 @@ angular.module('ui.calendar', []) monthNames: tValues(dtf.MONTH), monthNamesShort: tValues(dtf.SHORTMONTH), dayNames: tValues(dtf.DAY), - dayNamesShort: tValues(dtf.SHORTDAY) + dayNamesShort: tValues(dtf.SHORTDAY), + firstDay: dtf.FIRSTDAYOFWEEK + 1 }; } return {};