Add attribute binding. attribute$="{{property}}"

This commit is contained in:
Kevin Schaaf
2015-01-28 13:02:43 -08:00
parent dccfa8643e
commit 3f95fe3ef2
8 changed files with 269 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="boundChild" value="{{value}}" negvalue="{{!bool}}" computedvalue="{{computedvalue}}"></div>
<div id="boundChild" value="{{value}}" negvalue="{{!bool}}" computedvalue="{{computedvalue}}" attrvalue$="{{attrvalue}}"></div>
</template>
<script>
Polymer({