angular-mighty-datepicker icon indicating copy to clipboard operation
angular-mighty-datepicker copied to clipboard

Results 26 angular-mighty-datepicker issues
Sort by recently updated
recently updated
newest added

Hi, there is the function ```moveMonth(1)``` for going to the next month, but is there a way that I can get the month in text already for the next month...

- Added overloading for every function as _buildWeek / _buildMonth with $scope.overloading property - Added additional property time ( month moment time ) in _buildMonth return object

Hi, I installed 0.1.4 using bower, and get an error saying that pasvaz.bindonce is required. In `build/angular-mighty-datepicker.js`, its required: ``` angular.module("mightyDatepicker", ["pasvaz.bindonce"]); ``` I thought this was removed? Any way...

There's an optional field in my form which the user may not want to fill in. I've added a button that assigns the model to `undefined`, but the `angular-mighty-datepicker` coerces...

When using the library with moment 2.6.0 (as being the minimum version), an exception is being thrown due to missing moment functions. According to moment's documentation (https://momentjs.com/docs/#/query/is-same-or-after/), the required function...

I wasn't able to use double picker starting with a blank range, the problem is that if my data is { from: '', to: '' }, the picker will not...

Hello ! Here is a way to make clean and separated template instead of writing them in variables ? Thanks for your help !

Add support for I18N: day of the week and month of the year in other languages than English L10N: date format for country

The calendar is very slow when there are markers added ánd you wanna select some dates. Pretty basis, but only tweaked the template. The select() is unchanged and this is...

Currently there are CSS classes for selectable dates, selected dates and disabled dates. Currently dates that are not in the month use the 'disabled' class but I think having their...