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

Unified Diff: lib/paper_badge.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/neon_animated_pages.dart ('k') | lib/paper_badge.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/paper_badge.dart
diff --git a/lib/paper_badge.dart b/lib/paper_badge.dart
index 1e27cb03394ff8121b12920dc1c76a9d5b1638a7..dced5dce76594c83a1ee611dad48188e5e2a5c45 100644
--- a/lib/paper_badge.dart
+++ b/lib/paper_badge.dart
@@ -25,8 +25,8 @@ import 'default_theme.dart';
/// </div>
///
/// <div>
-/// <paper-button id="btn">Status</button>
-/// <paper-badge for="btn" label="♥︎">b/paper-badge>
+/// <paper-button id="btn">Status</paper-button>
+/// <paper-badge for="btn" label="♥︎"></paper-badge>
/// </div>
///
/// ### Styling
« no previous file with comments | « lib/neon_animated_pages.dart ('k') | lib/paper_badge.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698