Skip to content

Attribute value not correctly propagated to elements #374

Closed
@wereHamster

Description

I have the following code:

<rmx-link href="/foo/{{ myid }}"></rmx-link>

However, inside the rmx-link element the href attribute is equal to the value of myid without the /foo/ prefix. Here is an jsfiddle: http://jsfiddle.net/wereHamster/j7a5d/2/. I would expect to see '/foo/1234' in the page but I only see '1234'.

This used to work in earlier versions. The jsfiddle uses the latest versions from the polymer/platform and polymer/polymer repositories.

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