Ghislain B.
Ghislain B.
- default to `false` and when enabled, it will only be effective on the first selected date and also only work when `selected.month` and `selected.year` are both undefined - fixes...
- fixes number 4 of Discussion #244 by providing a `'today'` shortcut - for example: `range: { min: 'today' }` or `selected: { dates: ['2001-02-04', 'today'] }`
- in theory it also allow epoch timestamp (`number`) just because timestamp can be provided to `Date` - fixes number 3 of Discussion #244
- new option accepts a boolean or a callback returning a boolean - should fix number 6 of Discussion #244 - the idea came from Air Datepicker [toggleSelected](https://air-datepicker.com/docs)
- always committing as soon as we do focusout/blur is a little extreme since in some cases we for example clicking on an editor with a picker is closing the...
Since I use bundling, I enable the `ng-strict-di` mode and I saw that your directive doesn't support it. I had to wrap your directive with `["di1", ... function(di1){ }]);` Basically...