From 969a61aaba23c72c4bc1c60033d8f6f45ab0d1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Castro?= Date: Tue, 4 Oct 2016 07:31:57 -0300 Subject: [PATCH] fix(demo): fixed tabs demo (#1050) Adjust do tabHeading directive. --- components/tabs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabs/readme.md b/components/tabs/readme.md index 4d4181e758..5cbbb24860 100644 --- a/components/tabs/readme.md +++ b/components/tabs/readme.md @@ -9,7 +9,7 @@ import { TabsModule } from 'ng2-bootstrap/components/tabs'; Tab 1 content - + Tab 2 content @@ -44,7 +44,7 @@ export class TabDirective implements OnInit, OnDestroy, DoCheck { } // directive TabHeading -@Directive({selector: '[tab-heading]'}) +@Directive({selector: '[tabHeading]'}) export class TabHeadingDirective {} ```