I'm using ng-bind-html in a table cell and I want the cell not to collapse when the binded value is an empty string ('').
So I bind to: value || ' '
This works well on Crome and FF but fails on IE. If I check the source code on IE, it appears as a white-space.
Here's my fiddle showing this bug:
Thanks