docs: fix http example to use correct property (#32288)
Fixes #31814 PR Close #32288
This commit is contained in:
parent
3693d7ad23
commit
9bb5f05cb9
|
@ -1,6 +1,6 @@
|
|||
<h1>HTTP Sample</h1>
|
||||
<div>
|
||||
<input type="checkbox" id="heroes" [checked]="toggleHeroes" (click)="toggleHeroes()">
|
||||
<input type="checkbox" id="heroes" [checked]="showHeroes" (click)="toggleHeroes()">
|
||||
<label for="heroes">Heroes</label>
|
||||
|
||||
<input type="checkbox" id="config" [checked]="showConfig" (click)="toggleConfig()">
|
||||
|
|
Loading…
Reference in New Issue