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

Unified Diff: third_party/pkg/angular/demo/todo/web/main.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/index.html ('k') | third_party/pkg/angular/demo/todo/web/todo.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/main.dart
diff --git a/third_party/pkg/angular/demo/todo/main.dart b/third_party/pkg/angular/demo/todo/web/main.dart
similarity index 87%
rename from third_party/pkg/angular/demo/todo/main.dart
rename to third_party/pkg/angular/demo/todo/web/main.dart
index 69c654d17ae3b3d8a57f3ac7181f1a2475a954b9..84b3dbd03ee3cf5b361863ae411f32417b7b725e 100644
--- a/third_party/pkg/angular/demo/todo/main.dart
+++ b/third_party/pkg/angular/demo/todo/web/main.dart
@@ -5,6 +5,12 @@ import 'todo.dart';
import 'dart:html';
+// Everything in the 'todo' library should be preserved by MirrorsUsed
+@MirrorsUsed(
+ targets: const['todo'],
+ override: '*')
+import 'dart:mirrors';
+
main() {
print(window.location.search);
« no previous file with comments | « third_party/pkg/angular/demo/todo/web/index.html ('k') | third_party/pkg/angular/demo/todo/web/todo.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698