ui-calendar
ui-calendar copied to clipboard
A complete AngularJS directive for the Arshaw FullCalendar.
Is there any solution to make event height bigger so i can add more info in event? Need info with new lines so height needs to be bigger for event...
I'm facing the problem when there is more number of resources in resource list, I cannot see the date row at the top of the calender. What I expected is...
Per the fullcalendar documentation (http://fullcalendar.io/docs/display/customButtons/) you can add buttons in the config. However trying this with their example doesn't work in the angular config. Here's my config. Everything works except...
I am getting below issues when i had upgraded TypeError: ((intermediate value)(intermediate value)(intermediate value) || []).reduce is not a function or TypeError: (sources || []).reduce is not a function eventSources...
Im having an issue in the when using event.dow attribute on the event. for the recurring events. whenever i change the month the recurring event gets rendered multiple times. on...
What I actually want to do, is to implement a smooth scrolling in the agendaWeek view. Is this possible ?
I have issue to show events on calendar but sometimes its showing error like as follows 1. TypeError: n.start.clone is not a function 2. at constructor.eventsToNormalRanges (fullcalendar.min.js:7) Please let me...
Am using using bootstrap 3.1 with eventRender to display tool tip its not working but it works with twitter bootstrap 2.3. $scope.eventRender = function( event, element, view ) { element.attr({'tooltip':...
ui calendar is not working inside angular ui Tabset ->tab tried the below code snippet ``` Calendar One View Options AgendaDay AgendaWeek Month ```