From b99db127e5f95fc76529a1aea93f21ddd64b45fc Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 14 Apr 2016 13:29:47 -0400 Subject: [PATCH] derp: missing end of code block --- ionic/components/tabs/tab.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/tabs/tab.ts b/ionic/components/tabs/tab.ts index 44e2e142a0..c6ddafea92 100644 --- a/ionic/components/tabs/tab.ts +++ b/ionic/components/tabs/tab.ts @@ -82,6 +82,7 @@ import {TabButton} from './tab-button'; * console.log("Passed params", navParams.data); * } * } + * ``` * * Sometimes you may want to call a method instead of navigating to a new * page. You can use the `(select)` event to call a method on your class when