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.
After upgrading to ui-bootstrap 0.14.2 I noticed that uib-datepicker-popup doesn't work correctly, when using ng-required with custom date format in uib-datepicker-popup="MM/dd/yyyy" (for example). The date value is set in the controller, when app is run.
This is a duplicate of issues #4678, #4616, #4607, etc... and is fixed under PR #4635. Please search both open and closed issues before opening a new one.
After upgrading to ui-bootstrap 0.14.2 I noticed that uib-datepicker-popup doesn't work correctly, when using ng-required with custom date format in uib-datepicker-popup="MM/dd/yyyy" (for example). The date value is set in the controller, when app is run.
Please see following plunks, with correct behavior (ui-bootstrap version 0.13.4):
http://embed.plnkr.co/QpdKLwXfcBBcpRW414BY/preview
And incorrect (ui-bootstrap version 0.14.2):
http://embed.plnkr.co/l7DtCL1dw3YhofCPtO38/preview
Michal
The text was updated successfully, but these errors were encountered: