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

$scope.getAllTimelineByPOID = function (PurchaseOrderID) { timelineService.getAllTimelineByPOID(PurchaseOrderID).then(function (res) { if (res.data.length > 0) { $scope.timelineList = formatDate(res.data, '', ["PlannedDate", 'ActualDate', 'LastModified']); var calenderval = res.data; angular.forEach(calenderval, /*stick,*/ function (value) { $scope.events.push({...

After upgrading from fullcalendar 3.10.1 to 3.10.2 (Release: https://github.com/fullcalendar/fullcalendar/releases/tag/v3.10.2 ) I get the following error: ``` TypeError: calendar.fullCalendar is not a function at Scope.scope.initCalendar (calendar.js:265) ``` In angular-ui-calendar 1.0.2 source...

Fixed typo in README: `it's` => `its`.

![1](https://cloud.githubusercontent.com/assets/1999518/4441867/38b5b376-47d8-11e4-96c5-93330faf6303.PNG) 1. Mouse down on any item to drag it 2. Drag it to new position, tooltip appears on it 3. Mouse up to drop, tooltip left forever on the...

please have look at this for full description and code for issue [click here](https://stackoverflow.com/questions/60704641/full-calendar-in-ng-repeat)

When will it official support fullcalendar v3.0?

my calendar has to get data from a internal service with JWT token requirement. is there any method to custom http request header? E,g ``` $scope.eventSource = { url: $scope.dataBaseServiceUrl...

When I add new events to the calendar after the calendar already has been loaded, they are being added like they shall. But when I am switching the month forward...

I want to use this Calendar control, but I see there are almost 200 issues open and more than 20 open Pull Requests. The last commit was done more than...

I am trying to do a functionality to put an icon for deleting an item... Someone who can give me some advice? ![image](https://cloud.githubusercontent.com/assets/10080823/10383921/e3a2e004-6e80-11e5-907d-7b2a69299f1c.png)