Skip to content

Commit

Permalink
chore(doc): added missing property (valor-software#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanKogoj authored and jtomaszewski committed Oct 22, 2016
1 parent 2c8b667 commit 0aa9632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/modal/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {Component, ViewContainerRef} from '@angular/core';

@Component({selector:'app-root'})
class AppRoot {
private viewContainerRef: ViewContainerRef;

public constructor(viewContainerRef:ViewContainerRef) {
// You need this small hack in order to catch application root view container ref
this.viewContainerRef = viewContainerRef;
Expand Down

0 comments on commit 0aa9632

Please sign in to comment.