dom 内的自定义属性 - 重复未呈现

Custom properties inside dom-repeat is not rendering

我正在尝试在 dom-repeat 内进行数据路由工作。看起来自定义属性未在标记 html 中呈现。所以使用数据路由的选择器不起作用。

在下面的示例中,我已将数据路由添加到名字中。此 属性 未显示在呈现的 html 中。

http://jsbin.com/culamidiyu/1/edit?html,output

编辑:我发布的 jsbin 有问题。更新了 jsbin,顺便说一下,其中包含解决方案。

我能够通过添加“$”后缀来标记自定义属性。例如,我使用了 data-router$="[[item.route]]".