ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

Can't get current date

Open avastamin opened this issue 8 years ago • 3 comments

$scope.calendarConfig = { calendar: { allDaySlot: false, timezone: 'local', editable: true, lang: 'de', eventOrder: "-title", height: 650, header: { left: 'title', center: 'Custom text', right: 'today prev,next' }, eventClick: $scope.eventClick, eventResizeStop: $scope.alertResize, eventDragStop: $scope.alertDrag, eventRender: $scope.eventRender, dayClick: $scope.dayClick } };

I tried to get uiCalendarConfig.calendars.medi_calendar but getting error uiCalendarConfig not configured.

avastamin avatar Aug 24 '16 14:08 avastamin

What is your html?

NicoJuicy avatar Sep 29 '16 08:09 NicoJuicy

is the calendar initialized ?

senthilkumar04 avatar Oct 01 '16 10:10 senthilkumar04

in the html do you have this? i mean, the configuration settings.

<div class="calendar" ng-model="eventSources" calendar="myCalendar1" ui-calendar="uiCalendarConfig.calendar"></div>

CurtisVayne avatar Dec 04 '16 19:12 CurtisVayne