[wp_ad_camp_1] I have a directive that loads an article in HTML from a CMS via a REST API and a template file what should be compiled together with the article. element.html(templateLoaded.data); scope.document = theLoadedArticle; $compile(element.contents())(scope); This worked in most browsers except our old “friend” Internet Explorer 8. The reason is I have another directive in […]