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

Unified Diff: third_party/pkg/angular/lib/mock/log.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/mock/log.dart
diff --git a/third_party/pkg/angular/lib/mock/log.dart b/third_party/pkg/angular/lib/mock/log.dart
index ca8c745dbdc4b6496db7060f8a261ac301683744..ad28f2045c4c6ecf6c4cf54beb7f422e9f9b1258 100644
--- a/third_party/pkg/angular/lib/mock/log.dart
+++ b/third_party/pkg/angular/lib/mock/log.dart
@@ -11,12 +11,12 @@ part of angular.mock;
*
* expect(logger).toEqual(['foo']);
*/
-@NgDirective(
+@Decorator(
selector: '[log]',
map: const {
'log': '@logMessage'
})
-class LogAttrDirective implements NgAttachAware {
+class LogAttrDirective implements AttachAware {
final Logger log;
String logMessage;
LogAttrDirective(this.log);
« no previous file with comments | « third_party/pkg/angular/lib/mock/http_backend.dart ('k') | third_party/pkg/angular/lib/mock/mock_window.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698