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

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

Issue 68853008: Version 1.0.0.4 (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 | « dart/samples/dartiverse_search/readme.txt ('k') | 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 30190)
+++ dart/samples/third_party/angular_todo/main.dart (working copy)
@@ -1,3 +1,18 @@
+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';
@@ -3,5 +18,4 @@
import 'todo.dart';
-import 'dart:html';
main() {
« no previous file with comments | « dart/samples/dartiverse_search/readme.txt ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698