Closed robdodson closed 10 years ago
You should be able to bind scrollTarget to $.header.scroller. No need to have scroller
published.
<core-header-panel id="headerPanel" mode="scroll">
<core-toolbar>My App</core-toolbar>
<core-list flex scrollTarget="{{$.headerPanel.scroller}}">
I'd like to bind the
scroller
tocore-list
'sscrollTarget
somode="scroll"
works properly. Right now I have to include this snippet to get it to work:cc @kevinpschaaf