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.
When datepicker-options is not supplied, you get the warning "Literal date support has been deprecated, please switch to date object usage."
from here:
Click the first popup datepicker and view the console. This problem does not arise if you include datepicker-options with min and max date. This is strange, because it seems that this is checked for here:
Bug description:
When datepicker-options is not supplied, you get the warning "Literal date support has been deprecated, please switch to date object usage."
from here:
bootstrap/src/datepickerPopup/popup.js
Line 209 in fc02fd1
This was committed recently:
#5732
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/rk6oFGmgURnzloSmGNLm?p=preview
Click the first popup datepicker and view the console. This problem does not arise if you include datepicker-options with min and max date. This is strange, because it seems that this is checked for here:
bootstrap/src/datepickerPopup/popup.js
Line 203 in 98eb8f1
Version of Angular, UIBS, and Bootstrap
Angular:
1.5.3
UIBS:
1.3.1
Bootstrap:
3.3.6
The text was updated successfully, but these errors were encountered: