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

Inside a polymer element, clears existing data #51

@Quantumplation

Description

@Quantumplation

I'm not sure if this is actually an issue, or just me misusing the element, but when placed inside another polymer element, as so:

<polymer-element name="test">
    <template>
        <div>
            <firebase-element id="base" data="{{data}}" location="..."></firebase-element>
        </div>
    </template>
    <script>
        Polymer({
        })
    </script>
</polymer-element>

the initial data binding commits a value of null to firebase. I've tried it both with and without specifying a data element in the Polymer function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions