You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
feat(datepicker): add datepicker-mode, init-date & today hint
* Add two-way binded `datepicker-mode`.
* Add optional `init-date` when no model value is specified.
* Add hint for current date.
* Use isolated scope for popup directive.
* Use optional binding for `isOpen`.
* Split each mode into it's own directive.
Closes#1599
BREAKING CHANGE:
`show-weeks` is no longer a watched attribute
`*-format` attributes have been renamed to `format-*`
`min` attribute has been renamed to `min-date`
`max` attribute has been renamed to `max-date`
0 commit comments