(fix) Draft initialization

This commit is contained in:
Francis Lachapelle
2015-08-04 10:56:55 -04:00
parent 6d260c58c7
commit ff1b9e7ed1
2 changed files with 9 additions and 11 deletions
@@ -77,8 +77,9 @@
}
function edit($event) {
var message = vm.message.$editableContent();
showMailEditor($event, message);
vm.message.$editableContent().then(function() {
showMailEditor($event, vm.message);
});
}
}