Skip to content

Commit 1a89a08

Browse files
karatinayuangao
authored andcommitted
chore(demo): fix select demo (#2959)
1 parent 4c3c269 commit 1a89a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/select/select-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<p> Touched: {{ drinkControl.touched }} </p>
2828
<p> Dirty: {{ drinkControl.dirty }} </p>
2929
<p> Status: {{ drinkControl.control?.status }} </p>
30-
<button md-button (click)="currentDrink='sprite-1'">SET VALUE</button>
30+
<button md-button (click)="currentDrink='water-2'">SET VALUE</button>
3131
<button md-button (click)="isRequired=!isRequired">TOGGLE REQUIRED</button>
3232
<button md-button (click)="isDisabled=!isDisabled">TOGGLE DISABLED</button>
3333
<button md-button (click)="drinkControl.reset()">RESET</button>

0 commit comments

Comments
 (0)