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

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: update pubspec/changelog 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
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

Powered by Google App Engine
This is Rietveld 408576698