angular-ui / ui-calendar

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

How to hide time in week view? #389

Closed tirumalavasu closed 8 years ago

tirumalavasu commented 8 years ago

Hi, I am using it in my project. I don't want to show time in week view, could anyone help me? I want to hide those time cells in a day, i just want to show one cell per each day.

ui

flick36 commented 8 years ago

http://fullcalendar.io/docs/views/Available_Views/

The one you are looking is basicWeek - see example

$scope.calendarUiConfig = {
    defaultView: 'basicWeek'
}