Within my code, I have the following snippet:
color: {{item.color}}
This setup functions well when dealing with single items. However, there are instances where I encounter a value such as:
white|black
Is there a way to separate these values into individual items?
I attempted to use:
ng-bind-html="renderProperty
but it does not provide the desired format.