(fix) Materalized link and image templates

This commit is contained in:
Ludovic Marcotte
2015-06-12 12:03:57 -04:00
committed by Francis Lachapelle
parent 34140e77fc
commit 4f75499439
5 changed files with 85 additions and 43 deletions
@@ -209,6 +209,7 @@
parts.push(part);
}
else if (part.type == 'UIxMailPartICalViewer' ||
part.type == 'UIxMailPartImageViewer' ||
part.type == 'UIxMailPartLinkViewer') {
// Trusted content that can be compiled (Angularly-speaking)
part.compile = true;