diff --git a/ionic/components/text-input/label.ts b/ionic/components/text-input/label.ts index 9c7a435e80..1e899a6a82 100644 --- a/ionic/components/text-input/label.ts +++ b/ionic/components/text-input/label.ts @@ -15,6 +15,9 @@ import {pointerCoord, hasPointerMoved} from '../../util/dom'; * * ``` * + * @see {@link ../../../../components#inputs Input Component Docs} + * @see {@link ../Input Input API Docs} + * */ @Directive({ diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 8a72532a35..6948c341ea 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -235,6 +235,18 @@ Delegate: <$ doc.delegate $> + +<@- if doc.see @> + +

Related

+ +<@ for s in doc.see @> +<$ s | safe $> +<@- endfor -@> + +<@- endif -@> + + <@ endblock @>