Commit 214fe14
authored
docs(cdk/overlay): rename template variable from trigger to origin in example (#32821)
The #trigger template reference variable in the overlay basic example
is misleading because it suggests the element triggers the overlay
open/close behavior. In fact, it identifies the attachment point
(origin) for the connected overlay. Rename it to #origin for clarity.
Also fixes a typo in the comment ("it's" -> reworded).
Closes #312211 parent c713b9b commit 214fe14
File tree
1 file changed
+3
-3
lines changed- src/components-examples/cdk/overlay/cdk-overlay-basic
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments