<selectclass="gf-form-input"ng-model="ctrl.model.type"ng-options="t for t in ['webhook', 'email', 'slack', 'pagerduty', 'victorops', 'opsgenie']"ng-change="ctrl.typeChanged(notification, $index)">
<selectclass="gf-form-input"ng-model="ctrl.model.type"ng-options="t.type as t.name for t in ctrl.notifiers"ng-change="ctrl.typeChanged(notification, $index)">