You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use it and no success in my testing with latest polymer, Version 1.6.
Typically : I have to include all of the events and properties in side , I'm not sure how can I test this control in the new model. Can you help me on this ? I can see that its render without animation. Not sure how can I wire the sample in the demp page inside Polymer Dom.
80%
<script>
Polymer({
is: "dom-element"
});
</script>
Thanks,
Sowmyan
The text was updated successfully, but these errors were encountered:
Thanks for this awesome element.
I'm trying to use it and no success in my testing with latest polymer, Version 1.6.
Typically : I have to include all of the events and properties in side , I'm not sure how can I test this control in the new model. Can you help me on this ? I can see that its render without animation. Not sure how can I wire the sample in the demp page inside Polymer Dom.
80% <script> Polymer({ is: "dom-element" }); </script>Thanks,
Sowmyan
The text was updated successfully, but these errors were encountered: