I'm using ng-bind-html and have a div with a class and an id.
<div class="myCustomClass" id="myCustomID">My Content</div>
When I inspect the element I can see the class but the ID is missing. Here is a working plunkr illustrating the issue: https://plnkr.co/edit/iHeQQI?p=preview