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

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

Issue 137953002: Update MirrorUsed annotation in Angular sample to work with AngularDart 0.9.4. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/angular_todo/main.dart
diff --git a/samples/third_party/angular_todo/main.dart b/samples/third_party/angular_todo/main.dart
index 4e968b4cc4ebef1e25971eccecb90980d6f300f7..8465fb9280d309fdd65ec41683c06b56e9a7cdfa 100644
--- a/samples/third_party/angular_todo/main.dart
+++ b/samples/third_party/angular_todo/main.dart
@@ -11,7 +11,8 @@ import 'todo.dart';
'angular.perf',
'angular.directive',
'angular.routing',
- 'angular.core.parser',
+ 'angular.core.parser.dynamic_parser',
+ 'angular.core.parser.lexer',
'todo',
'perf_api',
'List',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698