@@ -41,7 +41,7 @@ Currently, ngAria interfaces with the following directives:
4141
4242<h2 id="ngmodel">ngModel</h2>
4343
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}
4545directive. For elements using ngModel, special attention is paid by ngAria if that element also
4646has a role or type of `checkbox`, `radio`, `range` or `textbox`.
4747
@@ -141,7 +141,7 @@ it with your keyboard and at least one mobile and desktop screen reader.
141141
142142The `disabled` attribute is only valid for certain elements such as `button`, `input` and
143143`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
145145add `aria-disabled`. This tells assistive technologies when a non-native input is disabled, helping
146146custom controls to be more accessible.
147147
@@ -162,7 +162,7 @@ Becomes:
162162
163163<h2 id="ngshow">ngShow</h2>
164164
165- >The {@link ng/ directive/ ngShow} directive shows or hides the
165+ >The {@link ng. directive:ngShow ngShow} directive shows or hides the
166166given HTML element based on the expression provided to the `ngShow` attribute. The element is
167167shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
168168
@@ -199,7 +199,7 @@ Becomes:
199199
200200<h2 id="nghide">ngHide</h2>
201201
202- >The {@link ng/ directive/ ngHide} directive shows or hides the
202+ >The {@link ng. directive:ngHide ngHide} directive shows or hides the
203203given HTML element based on the expression provided to the `ngHide` attribute. The element is
204204shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
205205
0 commit comments