@@ -41,7 +41,7 @@ Currently, ngAria interfaces with the following directives:
41
41
42
42
<h2 id="ngmodel">ngModel</h2>
43
43
44
- Much of ngAria's heavy lifting happens in the {@link ng/ directive/ ngModel}
44
+ Much of ngAria's heavy lifting happens in the {@link ng. directive:ngModel ngModel}
45
45
directive. For elements using ngModel, special attention is paid by ngAria if that element also
46
46
has a role or type of `checkbox`, `radio`, `range` or `textbox`.
47
47
@@ -141,7 +141,7 @@ it with your keyboard and at least one mobile and desktop screen reader.
141
141
142
142
The `disabled` attribute is only valid for certain elements such as `button`, `input` and
143
143
`textarea`. To properly disable custom element directives such as `<md-checkbox>` or `<taco-tab>`,
144
- using ngAria with {@link ng/ directive/ ngDisabled} will also
144
+ using ngAria with {@link ng. directive:ngDisabled ngDisabled} will also
145
145
add `aria-disabled`. This tells assistive technologies when a non-native input is disabled, helping
146
146
custom controls to be more accessible.
147
147
@@ -162,7 +162,7 @@ Becomes:
162
162
163
163
<h2 id="ngshow">ngShow</h2>
164
164
165
- >The {@link ng/ directive/ ngShow} directive shows or hides the
165
+ >The {@link ng. directive:ngShow ngShow} directive shows or hides the
166
166
given HTML element based on the expression provided to the `ngShow` attribute. The element is
167
167
shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
168
168
@@ -199,7 +199,7 @@ Becomes:
199
199
200
200
<h2 id="nghide">ngHide</h2>
201
201
202
- >The {@link ng/ directive/ ngHide} directive shows or hides the
202
+ >The {@link ng. directive:ngHide ngHide} directive shows or hides the
203
203
given HTML element based on the expression provided to the `ngHide` attribute. The element is
204
204
shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
205
205
0 commit comments