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

Unified Diff: ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.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
Index: ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
index 18b235ffa18c679e815cd4c1aa52a23f0d2cc511..6642271d2d47e50299b00d060acf13ecfb835a3f 100644
--- a/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
+++ b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
@@ -5,7 +5,7 @@
<link rel="import" type="css" href="cr_checkbox.css">
<template>
<cr-events id="events"></cr-events>
- <paper-checkbox id="checkbox" checked="{{checked}}" disabled="{{disabled}}">
+ <paper-checkbox id="checkbox" checked="{{checked}}" disabled="[[disabled]]">
<content></content>
</paper-checkbox>
</template>

Powered by Google App Engine
This is Rietveld 408576698