We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3c269 commit 1a89a08Copy full SHA for 1a89a08
src/demo-app/select/select-demo.html
@@ -27,7 +27,7 @@
27
<p> Touched: {{ drinkControl.touched }} </p>
28
<p> Dirty: {{ drinkControl.dirty }} </p>
29
<p> Status: {{ drinkControl.control?.status }} </p>
30
- <button md-button (click)="currentDrink='sprite-1'">SET VALUE</button>
+ <button md-button (click)="currentDrink='water-2'">SET VALUE</button>
31
<button md-button (click)="isRequired=!isRequired">TOGGLE REQUIRED</button>
32
<button md-button (click)="isDisabled=!isDisabled">TOGGLE DISABLED</button>
33
<button md-button (click)="drinkControl.reset()">RESET</button>
0 commit comments