(js) Fix card editor template

Fixes #3784
This commit is contained in:
Francis Lachapelle
2016-08-01 16:01:28 -04:00
parent 9d65d7c3a8
commit 6011b7aede

View File

@@ -128,7 +128,7 @@
<md-icon>remove_circle</md-icon>
</md-button>
<md-input-container flex="20">
<md-select ng-model="email.type | last" label:placeholder="Type">
<md-select ng-model="email.type" label:placeholder="Type">
<md-option ng-repeat="type in ::editor.allEmailTypes" ng-value="type">{{ type }}</md-option>
</md-select>
</md-input-container>