Chromium Code Reviews| 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) { } |
| } |