Closed thc75 closed 8 years ago
OK,I got it! Remove the "{{entry[key]}}",and it will work successful.
Well you are trying to write to the element both from the component with {{ entry[key] }}
and from directive with el.innerHTML = '<i>' + entry.name + '</i>'
. Of course there will be an issue :wink:
It worked sucessful with chrome and firefox,but failed with IE11. When remove the "tabletd" directive,it worked successful also.