mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add attribute binding. attribute$="{{property}}"
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user