ionic-datepicker
ionic-datepicker copied to clipboard
'ionic-datepicker' bower component for ionic framework applications
If the module is in an open app over several days the $scope.today is not reset to reflect the correct current date. Fixes #332
Hi, if I start the datepicker in my console I see the error. zone-evergreen.js:1042 GET http://localhost:8100/svg/md-arrow-dropdown.svg 404 (Not Found) How can I solved?
Consider the following scenario: - an app using the datepicker is launched on `d1` - $scope.today is set to `d1` - the app is sent to the background (suspended) but...
The today button doesn't work when I have the option `closeOnSelect: true`. The callback isn't fired and the calendar just closes. I can see that the today date is highlighted...
maybe you like this feature. It allowed you only with the "modal" view to display the week number. I added two new parameters: ` enableWeekNumber: true, weekNumberLabel: 'CW' ` added...
- fixed next month function - removed callback on each changeDaySelected event - fixed today button function - fixed todays date - generated a new bundle
Hi, thanks for this great library. I have observed this unwanted behavior, when `showTodayButton=true` and today is part of the disabledDates array: When pressing the today button, today gets selected,...
This is caused by the following code that appears everywhere in the code. $scope.currentDate.setMonth(XXX) For example: if the currentDate = 31-Jan-2017 setting the month on februari will result in 31-Feb-2017....
Would it be possible to implement an option where a callback function can be run if the user clicks cancel/close without picking a date?