Skip to content

Commit

Permalink
doc(directive): fixes incorrect example code (#9635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipinak authored and vicb committed Jun 30, 2016
1 parent 51d4c9d commit 8aa388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/@angular/core/src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ export var Component: ComponentMetadataFactory =
* overlayManager:OverlayManager; // NOT YET IMPLEMENTED
*
* constructor(overlayManager:OverlayManager) {
* this.overlay = overlay;
* this.overlayManager = overlayManager;
* }
*
* onMouseEnter() {
Expand Down

0 comments on commit 8aa388d

Please sign in to comment.