(js) Fix compose message from Contacts module

pull/186/head
Francis Lachapelle 2015-12-08 10:35:26 -05:00
parent a79205fb7c
commit 76dd9b1b32
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@
function newMessageWithRecipient($event, recipient, fn) {
var recipients = [{full: fn + ' <' + recipient + '>'}];
vm.newMessage($event, recipients);
$event.stopPropagation();
$event.preventDefault();
}
function newMessageWithSelectedCards($event) {