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

Bound data getting cleared on clone #20

Open
sravan-s opened this issue Sep 29, 2016 · 0 comments
Open

Bound data getting cleared on clone #20

sravan-s opened this issue Sep 29, 2016 · 0 comments

Comments

@sravan-s
Copy link
Contributor

sravan-s commented Sep 29, 2016

I added an element like this:

      <sortable-js id="master">
        <template is="dom-repeat" items={{externals}}>
          <div class="list-item">
            <paper-icon-button icon="[[_generateIcon(item.type)]]"></paper-icon-button>
            <span>{{item.key}}</span>
          </div>
        </template>
      </sortable-js>
      attached: function() {
        this.$.master.group = {
          name: this.uuid,
          pull: 'clone'
        };
      },

After cloning occurs, the icon isn't getting displayed.

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