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 I use uib-datepicker-popup and pass minDate/maxDate as properties via datepicker-options I get this error:
[$parse:lexerr] Lexer Error: Unexpected next character at columns 46-46 [ä] in expression [Wed Jan 20 2016 19:02:20 GMT+0100 (Mitteleuropäische Zeit)].
When using the min-date/max-date attributes, $attrs[key] resolves to watchData.min/maxDate. When using the way described above, $attrs[key] is the actual Date instance passed via the options.
Scheduling this for 1.1.1 - this will be the last critical fix (unless something else big comes up) before that release, hopefully for Monday morning or around that timeframe.
When I use uib-datepicker-popup and pass minDate/maxDate as properties via datepicker-options I get this error:
The problem is caused in this loop:
When using the min-date/max-date attributes, $attrs[key] resolves to
watchData.min/maxDate
. When using the way described above, $attrs[key] is the actual Date instance passed via the options.Here's a fiddle:
https://jsfiddle.net/qz34osvr/
The text was updated successfully, but these errors were encountered: