Raagu1993
Raagu1993
pmantaj How can I use the swipe option for my project? Could you please help me with this.
Thanks, I am getting events. After getting events in **onTimeSelected** function, how to bind events in **monthviewEventDetail.html**. I am not able to bind it from controller
-In my controller I am assigning events to "selectedDate" as below $scope.onTimeSelected = function(selectedTime, events, disabled) { $scope.selectedDate = events; }; -I am trying to bind events values in monthviewEventDetail.html....
@twinssbc For this. I want to change the month, day and week just by clicking arrows(**it is working**). But I want to disable swiping. could you please help me on...
Thanks, Is there any way that we can do custom implementation?
I am geting events by calling getEvents function and pushing to "$scope.calendar.eventSource". Kindly find the below code for your reference. //Get All events Start $scope.getEvents = function(){ miappServices.getEvents($scope.accountId).then(function(response) { $scope.response...
Thanks, it is working fine now. This plugin helped me a lot. one last question. Is it possible to add 12 AM at the bottom? Kindly find the attached screen...