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

Unified Diff: samples/survey/web/elements/question/question_element.dart

Issue 27618002: package:observe fix various api issues (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « samples/survey/lib/models.dart ('k') | samples/survey/web/elements/selection/selection_element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/survey/web/elements/question/question_element.dart
diff --git a/samples/survey/web/elements/question/question_element.dart b/samples/survey/web/elements/question/question_element.dart
index 2023a9ec80a6a4bc6ad3c6ce00ea940957e13169..ccc07bee870d454969501b70f92f853df70509ed 100644
--- a/samples/survey/web/elements/question/question_element.dart
+++ b/samples/survey/web/elements/question/question_element.dart
@@ -14,7 +14,7 @@ import 'package:survey/models.dart';
* provide answer options to the user, and pick the widget that the user sees.
*/
@CustomTag('question-element')
-class QuestionElement extends PolymerElement with ObservableMixin {
+class QuestionElement extends PolymerElement with Observable {
static const String TEXTFIELD_OPT = 'Use a text field';
static const String ONE_FROM_MANY_OPT = 'Select one from many options';
static const String MANY_FROM_MANY_OPT = 'Select many from many options';
« no previous file with comments | « samples/survey/lib/models.dart ('k') | samples/survey/web/elements/selection/selection_element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698