angular-date-range-picker icon indicating copy to clipboard operation
angular-date-range-picker copied to clipboard

Pure Angular date range picker, no jQuery

Results 17 angular-date-range-picker issues
Sort by recently updated
recently updated
newest added

Is there a way to restrict selectable date range? Like if we set selectable_date_range ( start_date...end_date). Then it will only allow to select within this date range and other would...

I install package into meteor. It error Module 'dateRangePicker' is not available!

I'd like to put labels that say "please select start date", "please select end date". I was trying to figure out why clicking one day only didn't change the date.

wontfix

``` coffeescript scope.range = moment().range(moment.utc("2012-10-10"), ...); ... scope.$watch "range", (n, o) -> scope.range.start #this is now in local timezone - hour is always set to 12PM, whilst for example in...

enhancement
wontfix

It would be great to be able to clear the date range.

wontfix

Some validation would be nice, for example is this field required (and some error classes provided for field).

enhancement
wontfix

Please, add an information to the readme file about angular-bindonce dependency.

wontfix

i could not get to work with angular 1.2.18. I noticed that i description it says no dependencies yet there is a module called 'pasvaz.bindonce' included

wontfix

Hello I want to change the start date and end date format to(MM,DD,YYYY) displayed in the date range picker. by default it is (YYYY,DD,MM). I am not getting API link...

wontfix

STR: 1. Open demo page (angular-date-range-picker/test/index.html) 2. Click first date picker. 3. Single click on any date. 4. Click on "Apply" button. 5. Click on date picker again. 6. Single...

wontfix