I have a bit of a weird problem.
I am creating a website with angular that displays pre-rendered html reports. I am using ng-include to display the html report. The problem is, the html report has it's own CSS style within the page and it is overwriting the CSS for the main website.
I was wondering if there is any way to contain the CSS within the report scope or div? I need the custom CSS for the report scope too, deleting it is not an option.
Thank you!