(js) Fix card editor template

Fixes #3784
pull/27/merge
Francis Lachapelle 2016-08-01 16:01:28 -04:00
parent 9d65d7c3a8
commit 6011b7aede
1 changed files with 1 additions and 1 deletions

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>