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

Unified Diff: third_party/pkg/angular/lib/playback/playback_http.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
« no previous file with comments | « third_party/pkg/angular/lib/mock/module.dart ('k') | third_party/pkg/angular/lib/routing/module.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/playback/playback_http.dart
diff --git a/third_party/pkg/angular/lib/playback/playback_http.dart b/third_party/pkg/angular/lib/playback/playback_http.dart
index 0298c3235c8ad2dba37b7436a822fa998e06d812..df57b95a2b8afed1511c6bb0a204abed4e09f4b4 100644
--- a/third_party/pkg/angular/lib/playback/playback_http.dart
+++ b/third_party/pkg/angular/lib/playback/playback_http.dart
@@ -5,10 +5,12 @@ import 'dart:convert' show JSON;
import 'dart:html';
import 'package:angular/core_dom/module.dart';
+import 'package:angular/core/service.dart';
import 'package:angular/mock/module.dart' as mock;
-import 'playback_data.dart' as playback_data;
+import 'package:angular/playback/playback_data.dart' as playback_data;
+@NgInjectableService()
class PlaybackHttpBackendConfig {
requestKey(String url,
{String method, bool withCredentials, String responseType,
« no previous file with comments | « third_party/pkg/angular/lib/mock/module.dart ('k') | third_party/pkg/angular/lib/routing/module.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698