From 303c12b8cc0956317a1b8f80846cb071835c228c Mon Sep 17 00:00:00 2001 From: demike Date: Wed, 18 Dec 2013 14:20:53 +0100 Subject: [PATCH] fix(doc): NgShadowRoot => NgShadowRootAware --- lib/core/directive.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/directive.dart b/lib/core/directive.dart index 1a3a03dc3..3118b2c86 100644 --- a/lib/core/directive.dart +++ b/lib/core/directive.dart @@ -172,7 +172,7 @@ abstract class NgAnnotation { * ask for any injectable object in their constructor. Components * can also ask for other components or directives declared on the DOM element. * - * Components can implement [NgAttachAware], [NgDetachAware], [NgShadowRoot] and + * Components can implement [NgAttachAware], [NgDetachAware], [NgShadowRootAware] and * declare these optional methods: * * * `attach()` - Called on first [Scope.$digest()].