Closed
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
Labels
No labels