Skip to content

Commit

Permalink
docs(show-hide-when): fix link to platform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Apr 18, 2016
1 parent faf634c commit b3b553e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ionic/components/show-hide-when/show-hide-when.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class DisplayWhen {
* to `true` or `showWhen` evaluates to `false`. If the `hidden` attribute is also added, the element
* will not show if `hidden` evaluates to `true`.
*
* View the [Platform API docs](../../platform/Platform) for more information on the different
* View the [Platform API docs](../../../platform/Platform) for more information on the different
* platforms you can use.
*
* @usage
Expand All @@ -95,7 +95,7 @@ export class DisplayWhen {
* ```
* @demo /docs/v2/demos/show-when/
* @see {@link ../HideWhen HideWhen API Docs}
* @see {@link ../../platform/Platform Platform API Docs}
* @see {@link ../../../platform/Platform Platform API Docs}
*/
@Directive({
selector: '[showWhen]',
Expand Down Expand Up @@ -126,7 +126,7 @@ export class ShowWhen extends DisplayWhen {
* to `true` or `showWhen` evaluates to `false`. If the `hidden` attribute is also added, the element
* will not show if `hidden` evaluates to `true`.
*
* View the [Platform API docs](../../platform/Platform) for more information on the different
* View the [Platform API docs](../../../platform/Platform) for more information on the different
* platforms you can use.
*
* @usage
Expand Down Expand Up @@ -154,7 +154,7 @@ export class ShowWhen extends DisplayWhen {
*
* @demo /docs/v2/demos/hide-when/
* @see {@link ../ShowWhen ShowWhen API Docs}
* @see {@link ../../platform/Platform Platform API Docs}
* @see {@link ../../../platform/Platform Platform API Docs}
*/
@Directive({
selector: '[hideWhen]',
Expand Down

0 comments on commit b3b553e

Please sign in to comment.