Skip to content

Commit 279983b

Browse files
jelbournkara
authored andcommitted
docs(autocomplete): add missing @docs-private (#5174)
1 parent 0206d6f commit 279983b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/autocomplete/autocomplete.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@ export class MdAutocomplete implements AfterContentInit {
5151
/** Whether the autocomplete panel should be visible, depending on option length. */
5252
showPanel = false;
5353

54+
/** @docs-private */
5455
@ViewChild(TemplateRef) template: TemplateRef<any>;
56+
57+
/** Element for the panel containing the autocomplete options. */
5558
@ViewChild('panel') panel: ElementRef;
59+
60+
/** @docs-private */
5661
@ContentChildren(MdOption) options: QueryList<MdOption>;
5762

5863
/** Function that maps an option's control value to its display value in the trigger. */

0 commit comments

Comments
 (0)