From 8107c43e179a72dffd7501c91d22ef4262f1e733 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Sun, 3 Dec 2017 08:43:59 -0800 Subject: [PATCH] chore(tooltip): remove unsupported mat-tooltip selector The `mat-tooltip` selector was left in after the major refactorings Technically not a breaking change since `mat-tooltip` doesn't work anyways (message is not populated by `mat-tooltip` anymore) --- src/lib/tooltip/tooltip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tooltip/tooltip.ts b/src/lib/tooltip/tooltip.ts index d0cc5c1e6f60..de235a0afedb 100644 --- a/src/lib/tooltip/tooltip.ts +++ b/src/lib/tooltip/tooltip.ts @@ -85,7 +85,7 @@ export const MAT_TOOLTIP_SCROLL_STRATEGY_PROVIDER = { * https://material.google.com/components/tooltips.html */ @Directive({ - selector: '[mat-tooltip], [matTooltip]', + selector: '[matTooltip]', exportAs: 'matTooltip', host: { '(longpress)': 'show()',