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

I have two problem(1. don't appear resize pointer and (week and day) Time. #434

Open youngcademy opened 7 years ago

youngcademy commented 7 years ago

1

  1. mouseover Right end of event, I don't show resize pointer(<-> this pointer)

2

  1. don't show time of week and day.

how do I?

peterver commented 7 years ago

@minyoungk On the first question, every event slot can be configured for specific options, can you check if the editable, startEditable, durationEditable properties are set to true ?

Each of these keys configures specific aspects of the editting of an event. For more information, check the following link : http://fullcalendar.io/docs/event_data/Event_Object/

As for the second question, would you mind sharing your configuration of ui-cal ( and if possible the language / timezone that you are in ) ? That way i can take a look at what's going on ( and perhaps even provide a solution ).