(fix) properly handle subparts compilation for message/rfc822 message parts

This commit is contained in:
Ludovic Marcotte
2015-07-29 15:37:55 -04:00
parent d3a233b222
commit 16885f4ebf
3 changed files with 83 additions and 30 deletions
@@ -179,6 +179,7 @@
return part.preferredPart == alternatePart.contentType;
}));
}
// Can be used for UIxMailPartMixedViewer and UIxMailPartMessageViewer
else if (angular.isArray(part.content)) {
_.each(part.content, function(mixedPart) {
_visit(mixedPart);