part of view.html
<div id="localResults" class="bucketLocalResultsDiv"
ng-bind-html="content">
<div
style="position: absolute; padding-left: 50%; padding-top: 25%;">
<img alt="" src="pages/images/load.gif"></img>
</div>
</div>
"content" is of HTML type which is fetch by controller by using REST call and then set to $scope.content.
What I want is :
to get the html element defined in the "content" and update it's attribute
to get the particular element defined in the "content" and use it's value/innerhtml to update some other element defined in the view page