<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>
</div>
</div>
</div>
<divclass="gf-form">
<spanclass="gf-form-label width-7">Type</span>
<divclass="gf-form-select-wrapper">
<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>