Skip to content

Commit

Permalink
Upgrade dynamic component fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Sielski committed Oct 28, 2016
1 parent 372bf8a commit 6735557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/busy.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface IBusyContext {
selector: 'ng-busy',
template: `
<div [class]="wrapperClass" *ngIf="isActive()" @flyInOut>
<DynamicComponent [componentTemplate]="template" [componentInputData]="context">
<DynamicComponent [componentTemplate]="template" [componentContext]="context">
</DynamicComponent>
</div>
`,
Expand Down

0 comments on commit 6735557

Please sign in to comment.