This commit is contained in:
Le Deng
2017-03-12 10:39:03 -04:00
parent 1c2bf36cd5
commit 9b71a81d8e
27 changed files with 219 additions and 372 deletions

View File

@@ -79,7 +79,7 @@
</md-input-container>&nbsp;ounces&nbsp;
</md-grid-tile>
<md-grid-tile [colspan]="2" [rowspan]="1">
<md-select placeholder="Language" iid="format" name="format" [(ngModel)]="newBook.format">
<md-select placeholder="Language" id="language" name="language" [(ngModel)]="newBook.language">
<md-option value="english">English</md-option>
<md-option value="spanish">Spanish</md-option>
</md-select>