angular-bootstrap3-datepicker
angular-bootstrap3-datepicker copied to clipboard
Support for minDate and maxDate
It would be really nice to have support for the minDate and maxDate properties, just like the native library has. Also, if ng-change was implemented, it would be possible to use two datepickers on the same page: Start and End. Specifying a value in the Start date picker would set the minDate for the End picker, and setting the value of the End picker would set the maxDate for the Start picker (see http://eonasdan.github.io/bootstrap-datetimepicker/#example9 - "Linked pickers").
I'm looking into this myself, but am having problems with isolated scope (may not be necessary, but that is the way I know how to do it. Besides, having a separate scope for the directive sounds cleaner to me).
It soule be wery Nice, could you make a PR ??
Working on it...
Soule => would Wery => very
Clicked on comment too fast
Nice, thank you for the help
2015-01-19 6:34 GMT-05:00 Daníel B. Sigurgeirsson [email protected] :
Working on it...
— Reply to this email directly or view it on GitHub https://github.com/benzen/angular-bootstrap3-datepicker/issues/6#issuecomment-70480215 .
Benjamin DREUX