Skip to content

Commit

Permalink
chore(demo): fix select demo (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
kara authored and tinayuangao committed Feb 8, 2017
1 parent 4c3c269 commit 1a89a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/select/select-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p> Touched: {{ drinkControl.touched }} </p>
<p> Dirty: {{ drinkControl.dirty }} </p>
<p> Status: {{ drinkControl.control?.status }} </p>
<button md-button (click)="currentDrink='sprite-1'">SET VALUE</button>
<button md-button (click)="currentDrink='water-2'">SET VALUE</button>
<button md-button (click)="isRequired=!isRequired">TOGGLE REQUIRED</button>
<button md-button (click)="isDisabled=!isDisabled">TOGGLE DISABLED</button>
<button md-button (click)="drinkControl.reset()">RESET</button>
Expand Down

0 comments on commit 1a89a08

Please sign in to comment.