I've been using ng-bind-html to bind HTML content to a div element. However, when I attempt to bind larger amounts of HTML, it can take around 5-6 seconds for the content to load. Interestingly, this issue seems to only occur in Chrome browser. I have been using $sce.trustAsHtml() to ensure that the HTML is trusted before binding it. Has anyone else encountered a similar problem?