Fix problem with date not being settable when it's an attribute on the calendar
This commit is contained in:
parent
7978aa3db9
commit
d0aa6dd431
@ -333,9 +333,9 @@
|
||||
<calendar-element
|
||||
id="calendar"
|
||||
tabindex
|
||||
min$="[[year]]-01-01"
|
||||
max$="[[year]]-12-31"
|
||||
date$="{{date}}"></calendar-element>
|
||||
min="[[year]]-01-01"
|
||||
max="[[year]]-12-31"
|
||||
date="{{date}}"></calendar-element>
|
||||
<div>Pick a date on the calendar to look back in time and see photos from that day.</div>
|
||||
<div hidden$="[[!thumbnails.length]]">
|
||||
<div>On <b>[[memoryDate]]</b>, there have been <b>[[add(thumbnails.length,pendingPhotos.length)]]</b> photos taken over <b>[[years.length]]</b> year(s).</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user