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

Unified Diff: third_party/pkg/angular/demo/todo/todo.dart

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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
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) { }
}

Powered by Google App Engine
This is Rietveld 408576698