Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Issue: Paper-ripple within template repeat (v1.0) #43

Open
jasmeet0817 opened this issue Jun 11, 2015 · 1 comment
Open

Issue: Paper-ripple within template repeat (v1.0) #43

jasmeet0817 opened this issue Jun 11, 2015 · 1 comment

Comments

@jasmeet0817
Copy link

Code snippet -

   <template is="dom-repeat" items="{{partners}}">
      <paper-material>
        <span>{{item.name}}</span>
        <paper-ripple id="{{item.name}}"></paper-ripple>
      </paper-material>
    </template>

Problem - the ripple occurs on both the items together instead of the one i click on.
download
download 1

@robrez
Copy link

robrez commented Jun 12, 2015

@jasmeet0817 Is this a duplicate of #38?

If so, you may want to check out the patch from this issue:
PolymerElements/paper-ripple#2

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

No branches or pull requests

2 participants