Wei-ting Cheng
Wei-ting Cheng
I have similar requirement as you about put a html into a cell. What I did is expose $sce.trustAsHtml to scope and use it in view. You can check this...
Having same issue but not able to find where cause the problem... from the doc > The component finds the state context by looking first via React props, and second...
Tried react context. Looks like it will also break the context, so it can only get default context but not value props in provider.
So here is my finding about this. - Component wrapped in UIView here is actually going to copy context then make a stand alone component tree. so after render, parent...