-
Notifications
You must be signed in to change notification settings - Fork 11
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
Polymer binding events array attribute #7
Comments
I've opened up a pull request to allow for data binded events. #8 |
Hello, |
Sorry about the close and reopen I closed it by accident. |
That sounds great to me.
Actually, I've worked on a similar component that uses polymer 1.0. I wanted to start a new version with polymer 2.0 |
resolved #8 |
I am trying to data bind events received from an api call to the events attribute. Here is an example for brevity I've removed the the ajax call.
So the issue I am having is that no event is being rendered to the screen. As you can see I'm "printing" the events property under the calendar component and it is displaying the object array correctly there. If I add the same array directly on the attribute the events are displayed properly.
The text was updated successfully, but these errors were encountered: