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

Unified Diff: third_party/pkg/angular/lib/core/exception_handler.dart

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/core/directive.dart ('k') | third_party/pkg/angular/lib/core/filter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/core/exception_handler.dart
diff --git a/third_party/pkg/angular/lib/core/exception_handler.dart b/third_party/pkg/angular/lib/core/exception_handler.dart
index 56ffbb7c153fd3ba66fc2454b07f85829749fb5a..ac62bb0fbd3e9deb05e5665724f6bccf935f61de 100644
--- a/third_party/pkg/angular/lib/core/exception_handler.dart
+++ b/third_party/pkg/angular/lib/core/exception_handler.dart
@@ -1,4 +1,4 @@
-part of angular.core;
+part of angular.core_internal;
/**
* Any uncaught exception in angular expressions is delegated to this service.
@@ -7,7 +7,7 @@ part of angular.core;
* In your application it is expected that this service is overridden with
* your implementation which can store the exception for later processing.
*/
-@NgInjectableService()
+@Injectable()
class ExceptionHandler {
/**
« no previous file with comments | « third_party/pkg/angular/lib/core/directive.dart ('k') | third_party/pkg/angular/lib/core/filter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698