<ion-item ng-bind-html="renderHtml(word[key])">
</ion-item>
Where word[key] is
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
CSS:
ul {padding: 1px 10px 1px 20px;list-style-type: upper-roman;}
I have a much more complex structure with css. The CSS works on cordova and react but since i am porting function to ng, the css do not work. Please Advise or point what i am missing here.