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 has been archived by the owner on May 29, 2019. It is now read-only.
The issues forum is NOT for support requests. It is for bugs and feature requests only.
Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
Bug description:
For datepickerPopup, it only sets the alternate format when directive initial. if the alt-input-formats value changed, it won't update util reloading directive.
Link to minimally-working plunker that reproduces the issue:
The issues forum is NOT for support requests. It is for bugs and feature requests only.
Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
Bug description:
For datepickerPopup, it only sets the alternate format when directive initial. if the alt-input-formats value changed, it won't update util reloading directive.
Link to minimally-working plunker that reproduces the issue:
https://plnkr.co/edit/uXyBumtqd92m4Q3GvK2r?p=preview
Steps to reproduce the issue:
open the link above:
the selected date will not display any date because the date you just entered is not valid.
the alt-input-format value changed. but datepickerPopupDirective still use the very first one.
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.7
UIBS: 2.5.0
Browser: Tested in Chrome
The text was updated successfully, but these errors were encountered: