| Index: third_party/pkg/angular/demo/todo/todo.dart
|
| diff --git a/samples/third_party/angular_todo/todo.dart b/third_party/pkg/angular/demo/todo/todo.dart
|
| similarity index 99%
|
| copy from samples/third_party/angular_todo/todo.dart
|
| copy to third_party/pkg/angular/demo/todo/todo.dart
|
| index acb2a283d1cf30b67eed6e09b6ea00263c01d106..ff3db815c2bae7492766a716e0af7009f6d14d6b 100644
|
| --- a/samples/third_party/angular_todo/todo.dart
|
| +++ b/third_party/pkg/angular/demo/todo/todo.dart
|
| @@ -37,7 +37,6 @@ class ServerController {
|
| // Logic in main.dart determines which implementation we should
|
| // use.
|
| class NoServerController implements ServerController {
|
| - Http _http;
|
| init(TodoController todo) { }
|
| }
|
|
|
|
|