diff --git a/ionic/components/show-hide-when/show-hide-when.ts b/ionic/components/show-hide-when/show-hide-when.ts index b41b8e57e3..22827aa989 100644 --- a/ionic/components/show-hide-when/show-hide-when.ts +++ b/ionic/components/show-hide-when/show-hide-when.ts @@ -52,7 +52,13 @@ class DisplayWhen { } /** - * TODO + * + * The `show-when` attribute takes a value or expression, and only shows the element it has been added to when + * the value or expression is true. Complements the [hide-when attribute](../HideWhen). + * @usage + * ```html + *