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

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

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
« no previous file with comments | « third_party/pkg/angular/demo/todo/web/todo.css ('k') | third_party/pkg/angular/demo/web/book.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/pkg/angular/demo/todo/web/todo.css ('k') | third_party/pkg/angular/demo/web/book.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698