<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.type"ng-options="v.id as v.name for v in ctrl.types"ng-change="ctrl.typeChanged()"></select>
<divclass="gf-form-select-wrapper max-width-21">
<selectclass="gf-form-input"ng-model="ctrl.current.type"ng-options="v.id as v.name for v in ctrl.types"ng-change="ctrl.typeChanged()"></select>