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

Unified Diff: third_party/pkg/angular/lib/core_dom/cookies.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
Index: third_party/pkg/angular/lib/core_dom/cookies.dart
diff --git a/third_party/pkg/angular/lib/core_dom/cookies.dart b/third_party/pkg/angular/lib/core_dom/cookies.dart
index bbd69b7dabd9603cbc87f15d01040594620831bb..8ffae326419f4e1c933e27876f611a5138585e04 100644
--- a/third_party/pkg/angular/lib/core_dom/cookies.dart
+++ b/third_party/pkg/angular/lib/core_dom/cookies.dart
@@ -1,4 +1,4 @@
-part of angular.core.dom;
+part of angular.core.dom_internal;
/**
* This class provides low-level acces to the browser's cookies.
@@ -6,7 +6,7 @@ part of angular.core.dom;
* use the Cookies service.
*
*/
-@NgInjectableService()
+@Injectable()
class BrowserCookies {
ExceptionHandler _exceptionHandler;
dom.Document _document;
@@ -96,6 +96,7 @@ class BrowserCookies {
/**
* Cookies service
*/
+@Injectable()
class Cookies {
BrowserCookies _browserCookies;
Cookies(this._browserCookies);
« no previous file with comments | « third_party/pkg/angular/lib/core_dom/compiler.dart ('k') | third_party/pkg/angular/lib/core_dom/directive.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698