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

Commit 2eae445

Browse files
rickbeerendonknaomiblack
authored andcommitted
docs(template-syntax): correct hyperlink path to API documentation
1 parent 2602710 commit 2eae445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/template-syntax.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ block style-property-name-dart-diff
881881
The `ngModel` input property sets the element's value property and the `ngModelChange` output property
882882
listens for changes to the element's value.
883883
The details are specific to each kind of element and therefore the `NgModel` directive only works for elements,
884-
such as the input text box, that are supported by a [ControlValueAccessor](../api/common/ControlValueAccessor-interface.html).
884+
such as the input text box, that are supported by a [ControlValueAccessor](../api/common/index/ControlValueAccessor-interface.html).
885885
We can't apply `[(ngModel)]` to our custom components until we write a suitable *value accessor*,
886886
a technique that is beyond the scope of this chapter.
887887

@@ -1120,7 +1120,7 @@ block dart-no-truthy-falsey
11201120
+makeExample('template-syntax/ts/app/app.component.html', 'NgFor-3')(format=".")
11211121
.l-sub-section
11221122
:marked
1123-
Learn about other special *index-like* values such as `last`, `even`, and `odd` in the [NgFor API reference](../api/common/NgFor-directive.html).
1123+
Learn about other special *index-like* values such as `last`, `even`, and `odd` in the [NgFor API reference](../api/common/index/NgFor-directive.html).
11241124

11251125
:marked
11261126
#### NgForTrackBy

0 commit comments

Comments
 (0)