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

Unified Diff: polymer_0.5.0/bower_components/paper-checkbox/demo.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 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: polymer_0.5.0/bower_components/paper-checkbox/demo.html
diff --git a/bower_components/paper-checkbox/demo.html b/polymer_0.5.0/bower_components/paper-checkbox/demo.html
similarity index 74%
rename from bower_components/paper-checkbox/demo.html
rename to polymer_0.5.0/bower_components/paper-checkbox/demo.html
index 18a5b821020b34b98878330ef483533c8d307426..4d62226cf703ed210aa6a755497376ea04c655f1 100644
--- a/bower_components/paper-checkbox/demo.html
+++ b/polymer_0.5.0/bower_components/paper-checkbox/demo.html
@@ -16,10 +16,11 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
- <script src="../platform/platform.js"></script>
+ <script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="paper-checkbox.html">
<link rel="import" href="../font-roboto/roboto.html">
+ <link rel="import" href="../core-label/core-label.html">
<style shim-shadowdom>
@@ -56,33 +57,33 @@
</head>
<body unresolved>
- <div horizontal layout>
- <paper-checkbox></paper-checkbox>
+ <core-label horizontal layout>
+ <paper-checkbox for></paper-checkbox>
<div vertical layout>
<h4>Notifications</h4>
<div>Notify me about updates to apps or games that I've downloaded</div>
</div>
- </div>
+ </core-label>
<br>
- <div horizontal layout>
- <paper-checkbox checked></paper-checkbox>
+ <core-label horizontal layout>
+ <paper-checkbox checked for></paper-checkbox>
<div vertical layout>
<h4>Auto-updates</h4>
<div>Auto-update apps over wifi only</div>
</div>
- </div>
+ </core-label>
<br>
- <div horizontal layout>
- <paper-checkbox></paper-checkbox>
+ <core-label horizontal layout>
+ <paper-checkbox for></paper-checkbox>
<div vertical layout>
<h4>Clear search history</h4>
<div>Remove all the searches you have ever performed</div>
</div>
- </div>
+ </core-label>
<br>
<br>
@@ -92,20 +93,20 @@
<h3>Sound</h3>
- <div center horizontal layout>
+ <core-label center horizontal layout>
<div flex>Touch sounds</div>
- <paper-checkbox class="blue" checked></paper-checkbox>
- </div>
+ <paper-checkbox class="blue" checked for></paper-checkbox>
+ </core-label>
- <div center horizontal layout>
+ <core-label center horizontal layout>
<div flex>Screen lock sound</div>
- <paper-checkbox class="blue"></paper-checkbox>
- </div>
+ <paper-checkbox class="blue" for></paper-checkbox>
+ </core-label>
- <div center horizontal layout>
+ <core-label center horizontal layout>
<div flex>Vibrate on touch</div>
- <paper-checkbox class="blue"></paper-checkbox>
- </div>
+ <paper-checkbox class="blue" for></paper-checkbox>
+ </core-label>
</section>
« no previous file with comments | « polymer_0.5.0/bower_components/paper-checkbox/bower.json ('k') | polymer_0.5.0/bower_components/paper-checkbox/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698