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

Unified Diff: third_party/pkg/route_hierarchical/example/full/home.dart

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 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/route_hierarchical/example/full/home.dart
diff --git a/third_party/pkg/route_hierarchical/example/full/home.dart b/third_party/pkg/route_hierarchical/example/full/home.dart
deleted file mode 100644
index e6794480d382e2324634dabca64c5a1e1f642b24..0000000000000000000000000000000000000000
--- a/third_party/pkg/route_hierarchical/example/full/home.dart
+++ /dev/null
@@ -1,21 +0,0 @@
-library portfolio;
-
-import 'package:web_ui/web_ui.dart';
-import 'package:route_hierarchical/client.dart';
-
-import 'index.dart';
-
-class HomeComponent extends WebComponent {
- var links = <String, Map<String, String>>{};
-
- created() {
- ['100001', '111111'].forEach((companyId) {
- links[companyId] = {};
- ['info', 'activities', 'notes'].forEach((mode) =>
- links[companyId][mode] = router.url('companyInfo.companyId.' + mode,
- parameters: {
- 'companyId': companyId
- }));
- });
- }
-}
« no previous file with comments | « third_party/pkg/route_hierarchical/example/full/data.dart ('k') | third_party/pkg/route_hierarchical/example/full/home.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698