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, nothing works. .
This is my code :
/* config object */
…
I am creating a Matlab GUI model. Everything is working perfectly in executable deployment excepts for uicalendar function. My idea is want to use uicalendar to pick up for a specific date, it works properly in Matlab program but none working for…
After having read the fullcalendar docs, I thought setting a month attribute in calendar in $scope.uiConfig as below would do it. But I can't understand where exactly I set the month attribute in.
$scope.uiConfig = {
calendar: {
…
I have started working on one project and facing some issue. while looking at calendar apps I found this one:
https://github.com/nhnent/tui.calendar#easy-to-use-dragging-and-resizing-a-schedule
This seems to be best package for my app it has all the…
I have included my ui-calendar module in angular.module and have all given all the required scripts. But my calendar view is not coming its throwing me calendar.fullCalendar is not a function. I doubt so i am missing some scripts.
Here is my…
When i try to load my ui-calendar in my angular.module i am getting Uncaught Error: Injector error. How will i include my ui-calendar. I am using npm install.
This is my error:
Uncaught Error: [$injector:modulerr]
at angular.js:38
at…
My problem is that when I open the page, the events are loaded with a callback (function().then) and this cause my calendar to not load the events passed in $scope.eventSources
View
I've used Ionic-3 for my university project, I have some issue, I want to know how to install this calendar http://angular-ui.github.io/ui-calendar/ correctly in Ionic project?
I tried it, it does not work please help me fix this?
I'm trying to retrieve particular day event ui element from angular UI calendar but there are no functions available.
Now I'm getting all Events UI components by
$('.fc-event-container')
which will provide all the event element UI rendered then…
I am trying to build a week scheduler from angular ui calendar but i keep getting the error: 'Cannot read property "format" of null' and none of my list of events are showing. All dependencies are imported and i am declaring the ui calendar on…
I am using Angularjs Calendar UI for creating events scheduler calendar. Initially Calendar is hidden and on switch toggle it is displayed. But calendar is not rendered until next or prev month button is pressed.
app.controller('toggleController',…
I am new to angular2 world. I had a project developed using angularjs which used ui-calendar. Now as the requirement of the production changed we are moving to angular 2. Now my question is, is it possible to use ui-calendar with angular2. Because I…
i have some problem, i use full calendar with angular ui calendar, and everything is working okay but if i try ng include that calendar from outer source then all my events are broken, any tip?
// its quite big code but here it is this is first…
i am using angular ui-calendar for displaying a series of leaves.The data for this is fed from the REST services.I can add a leave to the database also.The problem is that when i add a leave detail to the database it does not automatically reflect…