
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2018 07:00 AM
When the <sp-date-picker> element loads, changes, anything... I keep getting this error.
I'm in Kingston, Patch 2.
Wherever I'm using this date picker, I can't capture any dates.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2018 10:45 AM
Figured it out.
In the <sp-date-picker>, you NEED a field attribute, and it should (must?) be the same as your ng-model.
Once this is done, bam... no more errors and the date picker works fine.
Not sure when they added the necessity for a "field" attribute in the <sp-date-picker> directive, but alas you do!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019 12:23 PM
I also seem to be having trouble with this. I am not sure why. Would the datepicker being in an <script ng-template tag be an issue?