ui-calendar
ui-calendar copied to clipboard
A complete AngularJS directive for the Arshaw FullCalendar.
I'm wondering if there aren't any events are triggered when the next or previous button of month is pushed. The problem now is that I have a click function in...
I made a plunker with the code from the demo, with angular 1.2 is working but with 1.3 the first time is not showing. This issue only happens when are...
For new event sources without any events (`eventsource.events.length === 0`), the first event pushed to it (`eventsource.events.push({ // event })`) does not render in the calendar. The issue is a...
I am using angular-ui-calendar in my application. The first time the events are not rendering correctly when I click next/previous month and back to the current month. Now the events...
I reduced the font-size of the date digits for every cell and that did work somewhat. But I still want a smaller cell height for every date cell.
Copied the sample directly from the http://angular-ui.github.io/ui-calendar/ page into my app. Only difference is my app uses UI-Router. When page loads, no calendar is displayed, however the navigation buttons are...
The error happens when i change the text on the events array Page angular controller ``` `'use strict'; function CalendarCtrl($scope, $compile, uiCalendarConfig) { var date = new Date(); var d...
I did a test straight from the demo site... http://angular-ui.github.io/ui-calendar/ If you click add event "Open Sesame" comes as expected real time. I think click next arrow at top right...
I was getting these errors on Chrome when loading events onto a calendar. The fix is not compatible with Internet Explorer but can be polyfilled according to [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from#Polyfill)
angular-ui-calendar make error below > angular.js:13920 TypeError: Cannot read property 'scrollTop' of null at constructor.getScrollTop (fullcalendar.js:9026) at members.constructor.queryScroll (fullcalendar.js:11873) at members.constructor.displayEvents (fullcalendar.js:8428) at renderEvents (fullcalendar.js:9761) at reportEvents (fullcalendar.js:9794) at fullcalendar.js:10659...