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

Unified Diff: dart/samples/third_party/angular_todo/main.dart

Issue 61463004: Version 1.0.0.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/third_party/angular_todo/main.dart
===================================================================
--- dart/samples/third_party/angular_todo/main.dart (revision 30244)
+++ dart/samples/third_party/angular_todo/main.dart (working copy)
@@ -1,23 +1,9 @@
-import 'dart:html';
-
-@MirrorsUsed(targets: const[
- 'angular',
- 'angular.core',
- 'angular.core.dom',
- 'angular.filter',
- 'angular.perf',
- 'angular.directive',
- 'angular.routing',
- 'angular.core.parser',
- 'NodeTreeSanitizer'
- ],
- override: '*')
-import 'dart:mirrors';
import 'package:di/di.dart';
import 'package:angular/angular.dart';
import 'package:angular/playback/playback_http.dart';
import 'todo.dart';
+import 'dart:html';
main() {
« no previous file with comments | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698