angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

How to set the calendar show weekly view defaultly? #398

Closed c0dezli closed 8 years ago

c0dezli commented 8 years ago

I cannot see any document for this

flick36 commented 8 years ago
 $scope.uiConfig = {
    calendar: {
      defaultView: "weekDay",
    },
martin-langhoff commented 8 years ago

Yep. See the FullCalendar docs, use those settings in $scope.uiConfig.