From 1e2308ff79975359974bba83bc6df27fc0b4c0ea Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 14:35:33 -0500 Subject: [PATCH] docs(showHideWhen): update docs --- ionic/components/show-hide-when/show-hide-when.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ionic/components/show-hide-when/show-hide-when.ts b/ionic/components/show-hide-when/show-hide-when.ts index 2130b42704..b655369890 100644 --- a/ionic/components/show-hide-when/show-hide-when.ts +++ b/ionic/components/show-hide-when/show-hide-when.ts @@ -58,6 +58,8 @@ export class DisplayWhen { /** * + * @name ShowWhen + * @description * The `showWhen` attribute takes a string that represents a plaform or screen orientation. * The element the attribute is added to will only be shown when that platform or screen orientation is active. * Complements the [hideWhen attribute](../HideWhen). @@ -94,7 +96,8 @@ export class ShowWhen extends DisplayWhen { } /** - * + * @name HideWhen + * @description * The `hideWhen` attribute takes a string that represents a plaform or screen orientation. * The element the attribute is added to will only be hidden when that platform or screen orientation is active. * Complements the [showWhen attribute](../ShowWhen).