Page Module API: Angular Sanitize HTML

Hi,
if I use the page.sanitize on rich content the image links are removed.

page.sanitze(page.rewriteLinks(x));

As Angular is doing the sanitize itself, is your sanitize required?

I think you need to do the calls in a different order:

page.rewriteLinks(page.sanitize(content.value))