diff --git a/src/app/components/tooltip/tooltip.ts b/src/app/components/tooltip/tooltip.ts index 69d05188734..5cb8c9e73b7 100755 --- a/src/app/components/tooltip/tooltip.ts +++ b/src/app/components/tooltip/tooltip.ts @@ -265,7 +265,7 @@ export class Tooltip implements AfterViewInit, OnDestroy { } if (simpleChange.id) { - this.setOption({ id: simpleChange.text.currentValue }); + this.setOption({ id: simpleChange.id.currentValue }); } if (simpleChange.autoHide) {