docs: fix http example to use correct property (#32288)

Fixes #31814

PR Close #32288
This commit is contained in:
Kapunahele Wong 2019-08-23 08:41:15 -04:00 committed by Andrew Scott
parent 3693d7ad23
commit 9bb5f05cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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()">