You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
It only reproduces on Safari 7.0 (It didn't reproduce on Safari 6.0.5/Chrome latest/Firefox latest/IE9/IE10). Also, if you change the Plunker to use ngSanitize version 1.2.2, the issue is gone and ng-bind-html functions as expected.
Here is the expected output v.s. the actual output from the above Plunker code:
Expected Output
<divng-bind-html="name" class="ng-binding"><strong>John Due ☺</strong></div>
Actual Output with Safari 7 and ngSanitize 1.2.3
<divng-bind-html="name" class="ng-binding"><strong>John Due &#9786;John Due ☺</strong></div>