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

A complete AngularJS directive for the Arshaw FullCalendar.

Results 100 ui-calendar issues
Sort by recently updated
recently updated
newest added

Resources are supported and work with FullCalendar Scheduler Plugin.

I am using AngularStrap library to show modals. Within that I show the calendar. My config is; `$scope.uiConfig = {` `calendar: {` `height: 450,` `editable: true,` `views: {` `listDay: {...

I tested the lib as a standalone and it works. But when i include into my application, the above error occurs. No difference in the codes between testing codes and...

how to enter start date and end date for calendar filter???

AngularJS UI-calendar doesn't update $scope.eventSources data model, after an event Drag and Drop. I need to get the updated model , and nothing works. I 've tried plenty of things,...

this.calendarOptions = { // allDaySlot:false, height: 480, //editable: true, businessHours: true, defaultView: "agendaWeek", weekends: false, // allDaySlot: false, hiddenDays: [6, 7], // showNonCurrentDates: false, eventLimit: false, header: { left: 'title',...

Hey @joshkurz @glebm I am using Angular-ui-calenar in my website. But it is not working. I have tried it as an independent project. It works fine. But when I add...

When updating calendar using dayClick function to an Event Source Object the calendar isn't updating - see this SO question http://stackoverflow.com/questions/28100852 This fiddle is with the latest versions and DOES...

So I have spent quite a lot of time getting this thing to work. The ui-calendar [repo](https://angular-ui.github.io/ui-calendar/) does not have "select" mothod. i.e, to make a selection to create an...

Im trying to use the ui calendar with a minimal setup `function wrapperController($scope) {` ` $scope.uiConfig = {` `calendar:{` ` height: 450,` `header:{` `left: 'title',` `center: '',` ` right: 'today,prev,next'`...