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

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

Issue 148453003: Updating Angular version (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
Index: third_party/pkg/angular/lib/mock/module.dart
diff --git a/third_party/pkg/angular/lib/mock/module.dart b/third_party/pkg/angular/lib/mock/module.dart
index 5fbdce2f9d5ddf3c526eeff6cf9fdb29a702bb39..8841df55d1d72bcf9c72973fb69c2fe828f332f1 100644
--- a/third_party/pkg/angular/lib/mock/module.dart
+++ b/third_party/pkg/angular/lib/mock/module.dart
@@ -4,9 +4,9 @@ import 'dart:async' as dart_async;
import 'dart:collection' show ListBase;
import 'dart:convert' show JSON;
import 'dart:html';
+import 'dart:js' as js;
import 'package:angular/angular.dart';
import 'package:angular/utils.dart' as utils;
-import 'package:js/js.dart' as js;
import 'package:di/di.dart';
import 'package:di/dynamic_injector.dart';
import 'package:unittest/mock.dart';
« no previous file with comments | « third_party/pkg/angular/lib/mock/http_backend.dart ('k') | third_party/pkg/angular/lib/playback/playback_http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698