Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(doc): NgShadowRoot => NgShadowRootAware
Browse files Browse the repository at this point in the history
  • Loading branch information
demike committed Dec 18, 2013
1 parent b360fd3 commit 303c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/directive.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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()].
Expand Down

0 comments on commit 303c12b

Please sign in to comment.