Hi, i am generating html using angular in cellrenderer callback method and return result as string value as it is expected. But results can not be displayed. Then i realized my html result contains ng-scope, ng-bind and several angular specific attributes , when i removed those attributes manually it was working. I guess the version 3.8.2 has html check validation. Is there any way to disable it.
Thanks in advance.
sample : <div ng-bind=”entity.id” class=”turkuaz_label”>mfatih</div> NOT VALID html
sample : <div class=”turkuaz_label”>mfatih</div> VALID html