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

Unified Diff: samples/third_party/todomvc/web/model.dart

Issue 26967004: add @MirrorsUsed to observe/polymer/polymer_exprs pkgs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo in comment Created 7 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: samples/third_party/todomvc/web/model.dart
diff --git a/samples/third_party/todomvc/web/model.dart b/samples/third_party/todomvc/web/model.dart
index 9268328333a2020ee28c8afefe86c2b0cf535064..e648039c989f8eb5cb6ef872bf63d55197918226 100644
--- a/samples/third_party/todomvc/web/model.dart
+++ b/samples/third_party/todomvc/web/model.dart
@@ -8,6 +8,7 @@ import 'package:polymer/polymer.dart';
final appModel = new AppModel._();
+@reflectable
class AppModel extends ObservableBase {
final ObservableList<Todo> todos = new ObservableList<Todo>();
@observable int doneCount;

Powered by Google App Engine
This is Rietveld 408576698