Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.items is not a function #63

Open
Brozerker opened this issue Jan 18, 2018 · 0 comments
Open

this.items is not a function #63

Brozerker opened this issue Jan 18, 2018 · 0 comments

Comments

@Brozerker
Copy link

I'm trying to use the paper-carousel like so:

<carousel-wrapper items-in-view="4" show-dots>
                <template is="dom-repeat" items="[[item.Charts]]">
                    <div class="chartIcon">
                        <chart-icon chart-type="[[item.ChartType]]" on-tap="_chartClicked"><chart-icon>
                    </div>
                </template>
          </carousel-wrapper>

custom-wrapper:

<paper-carousel items="[[itemsInView]]" responsive="600:2, 460:1" controls="true" dots="[[showDots]]" dotText="[[showDotText]]">
                <content></content>
            </paper-carousel>

when I load the page, I get this error:
Uncaught TypeError: this.items is not a function @ paper-carousel.html:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant