Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: ui/webui/resources/cr_elements/v0_8/demo_element.html

Issue 1137873006: cr-elements fixes for Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/v0_8/demo_element.html
diff --git a/ui/webui/resources/cr_elements/v0_8/demo_element.html b/ui/webui/resources/cr_elements/v0_8/demo_element.html
index 5a3810bbde1f1b2245243be945022d149e8a0ab1..99152a1cf7102ce237a1a05d1a47ebb101bcfc8d 100644
--- a/ui/webui/resources/cr_elements/v0_8/demo_element.html
+++ b/ui/webui/resources/cr_elements/v0_8/demo_element.html
@@ -39,9 +39,13 @@
</div>
<div>
<h3>cr-toggle-button</h3>
- <div horizontal layout>
michaelpg 2015/05/18 21:06:48 these attributes don't do anything now, and normal
+ <div>
+ <cr-toggle-button checked="{{toggleButtonChecked}}"></cr-toggle-button>
<span>Toggle Button</span>
- <cr-toggle-button></cr-toggle-button>
+ </div>
+ <div>
+ <span>Bound Checkbox</span>
+ <cr-checkbox checked="{{toggleButtonChecked}}"></cr-checkbox>
</div>
</div>
</template>
« no previous file with comments | « ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698