Md2Select
组件 :
<md2-select [(ngModel)]="item" (change)="change($event)" [disabled]="disabled">
<md2-option *ngFor="let i of items" [value]="i.value" [disabled]="i.disabled">
{{i.name}}</md2-option>
</md2-select>
选择允许用户从选项中选择选项。
<md2-select></md2-select>
<md2-option></md2-option>
<md2-select-header></md2-select-header>