| Index: third_party/pkg/angular/demo/todo/web/todo.dart
|
| diff --git a/third_party/pkg/angular/demo/todo/todo.dart b/third_party/pkg/angular/demo/todo/web/todo.dart
|
| similarity index 99%
|
| rename from third_party/pkg/angular/demo/todo/todo.dart
|
| rename to third_party/pkg/angular/demo/todo/web/todo.dart
|
| index ff3db815c2bae7492766a716e0af7009f6d14d6b..f8cf91edee90fa862863a087375132ad4d8bb6b9 100644
|
| --- a/third_party/pkg/angular/demo/todo/todo.dart
|
| +++ b/third_party/pkg/angular/demo/todo/web/todo.dart
|
| @@ -2,6 +2,7 @@ library todo;
|
|
|
| import 'package:angular/angular.dart';
|
|
|
| +
|
| class Item {
|
| String text;
|
| bool done;
|
|
|