angular-date-range-picker
angular-date-range-picker copied to clipboard
Pure Angular date range picker, no jQuery
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.
``` 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...
Some validation would be nice, for example is this field required (and some error classes provided for field).
Please, add an information to the readme file about angular-bindonce dependency.
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
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...
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...