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

Unified Diff: samples/searchable_list/web/elements/searchable_list.dart

Issue 341843003: Remove use of deprecated property in TodoMVC (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « pkg/polymer/CHANGELOG.md ('k') | samples/third_party/todomvc/web/elements/td_todos.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/searchable_list/web/elements/searchable_list.dart
diff --git a/samples/searchable_list/web/elements/searchable_list.dart b/samples/searchable_list/web/elements/searchable_list.dart
index c6f5fecac1147669f22e4223beb4767003c08a9c..f69bb20872469fbbf59ac2945f732651a0eb48a8 100644
--- a/samples/searchable_list/web/elements/searchable_list.dart
+++ b/samples/searchable_list/web/elements/searchable_list.dart
@@ -15,8 +15,8 @@ class SearchableList extends PolymerElement {
SearchableList.created() : super.created();
- enteredView() {
- super.enteredView();
+ attached() {
+ super.attached();
results.addAll(data);
onPropertyChange(this, #searchParam, search);
}
« no previous file with comments | « pkg/polymer/CHANGELOG.md ('k') | samples/third_party/todomvc/web/elements/td_todos.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698