Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 96e0469

Browse files
committed
docs(cb-a11y): Content - Form controls
1 parent 4a89ea7 commit 96e0469

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/docs/ts/latest/cookbook/a11y.jade

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include ../_util-fns
6565
:marked
6666
## Table of contents
6767

68-
[Accessible form control labels](#form-control-label)
68+
[Accessible form control labels](#form-control-labels)
6969

7070
[Using keyboard shortcuts](#keyboard-shortcuts)
7171

@@ -74,7 +74,7 @@ include ../_util-fns
7474
[Managing focus](#managin-focus)
7575

7676
.l-main-section
77-
<a id="form-control-label"></a>
77+
<a id="form-control-labels"></a>
7878
:marked
7979
## Accessible form control labels
8080

@@ -117,6 +117,8 @@ code-example(language="html" escape="html").
117117
:marked
118118
#### Inputs
119119

120+
+makeExample('cb-a11y/ts/app/form-controls/a11y-input.component.html', 'cb-a11y-form-controls-input')
121+
120122
:marked
121123
#### Textareas
122124

0 commit comments

Comments
 (0)