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

Unified Diff: samples/third_party/angular_todo/todo.dart

Issue 66123002: fix angular sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/third_party/angular_todo/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/angular_todo/todo.dart
diff --git a/samples/third_party/angular_todo/todo.dart b/samples/third_party/angular_todo/todo.dart
index 58baf502889e240b8fe48cb125d791673cd55e8f..edf0dc021bb0b48bdd833831275a528692dcb591 100644
--- a/samples/third_party/angular_todo/todo.dart
+++ b/samples/third_party/angular_todo/todo.dart
@@ -37,6 +37,7 @@ class ServerController {
// Logic in main.dart determines which implementation we should
// use.
class NoServerController implements ServerController {
+ Http _http;
Jennifer Messerly 2013/11/08 01:54:02 upstream this fix?
danrubel 2013/11/08 01:55:34 Good point!
init(TodoController todo) { }
}
« no previous file with comments | « samples/third_party/angular_todo/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698