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

Unified Diff: samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart

Issue 182193002: [polymer] interop with polymer-element and polymer.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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: samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart
diff --git a/samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart b/samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart
index 8590f2bf2b3173d0587eea398af3113def8780a8..218aac46fac5b7b653afedde585a3f2d868b013c 100644
--- a/samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart
+++ b/samples/third_party/todomvc/web/lib-elements/polymer_localstorage.dart
@@ -7,6 +7,7 @@ import 'dart:convert' show JSON;
import 'dart:html';
import 'package:polymer/polymer.dart';
+// TODO(jmesserly): replace with interop to <polymer-localstorage>.
@CustomTag('polymer-localstorage')
class PolymerLocalStorage extends PolymerElement {
@published String name;

Powered by Google App Engine
This is Rietveld 408576698