import {Component, Directive, Optional, ElementRef, Input, Renderer, HostListener, ContentChild, ContentChildren} from 'angular2/core'; import {NgControl} from 'angular2/common'; import {Alert} from '../alert/alert'; import {Form} from '../../util/form'; import {Label} from '../label/label'; import {merge} from '../../util/util'; import {NavController} from '../nav/nav-controller'; import {Option} from '../option/option'; /** * @name Select * @description * The `ion-select` component is similar to an HTML `