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

Unified Diff: third_party/pkg/angular/lib/core_dom/module.dart

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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/angular/lib/core_dom/module.dart
===================================================================
--- third_party/pkg/angular/lib/core_dom/module.dart (revision 33054)
+++ third_party/pkg/angular/lib/core_dom/module.dart (working copy)
@@ -3,13 +3,13 @@
import 'dart:async' as async;
import 'dart:convert' show JSON;
import 'dart:html' as dom;
-import 'dart:mirrors';
import 'package:di/di.dart';
import 'package:perf_api/perf_api.dart';
import 'package:angular/core/module.dart';
import 'package:angular/core/parser/parser.dart';
+import 'package:angular/utils.dart';
part 'block.dart';
part 'block_factory.dart';
@@ -17,7 +17,6 @@
part 'common.dart';
part 'compiler.dart';
part 'directive.dart';
-part 'directive_map.dart';
part 'http.dart';
part 'ng_mustache.dart';
part 'node_cursor.dart';
@@ -29,6 +28,7 @@
NgCoreDomModule() {
value(dom.Window, dom.window);
+ value(TextChangeListener, null);
factory(TemplateCache, (_) => new TemplateCache(capacity: 0));
type(dom.NodeTreeSanitizer, implementedBy: NullTreeSanitizer);
@@ -46,8 +46,6 @@
type(BrowserCookies);
type(Cookies);
type(LocationWrapper);
- type(FieldMetadataExtractor);
- type(DirectiveMap);
}
}
« no previous file with comments | « third_party/pkg/angular/lib/core_dom/http.dart ('k') | third_party/pkg/angular/lib/core_dom/ng_mustache.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698