Add CC field to mail editor

This commit is contained in:
Francis Lachapelle
2015-01-06 12:04:20 -05:00
parent 8f17559b46
commit d048d66cb5
+5
View File
@@ -17,6 +17,11 @@
ng-model="message.editable.to"
label:placeholder="Add a recipient">
<auto-complete data-source="userFilter($query)"><!-- to --></auto-complete></tags-input></label>
<label><var:string label:value="Cc"/>
<tags-input type="text" name="cc"
ng-model="message.editable.cc"
label:placeholder="Add a recipient">
<auto-complete data-source="userFilter($query)"><!-- to --></auto-complete></tags-input></label>
<label><var:string label:value="Subject"/>
<input type="text" name="subject" ng-model="message.editable.subject"/></label>
<label><var:string label:value="Attachments"/>