Angularjs Angular ng bind html在Safari iOS7上写入html 2次

Angularjs Angular ng bind html在Safari iOS7上写入html 2次,angularjs,safari,ios7,ng-bind-html,Angularjs,Safari,Ios7,Ng Bind Html,我的AngularJS webapp仅在Safari iOS7浏览器上有问题。我的代码如下所示: <p ng-bind-html="currentPage.summary"></p> 在$scope.CurrentPage.summary中,我加载了如下HTML片段: $scope.CurrentPage.summary = '<strong>The bold or em texts</strong> appears 2 times only

我的AngularJS webapp仅在Safari iOS7浏览器上有问题。我的代码如下所示:

<p ng-bind-html="currentPage.summary"></p>

在$scope.CurrentPage.summary中,我加载了如下HTML片段:

$scope.CurrentPage.summary = '<strong>The bold or em texts</strong> appears 2 times only with Safari iOS7 browser';
$scope.CurrentPage.summary='粗体或em文本仅在Safari iOS7浏览器中出现2次';
这是一只角虫吗?还是我做错了什么

您可以在下面的操作(生产环境)中看到此问题:

除Safari iOS7外,所有浏览器仅呈现一次强文本(“Superioridad Vs Superioridad”)


谢谢。

这是一个AngularJS错误,它是用v1.2.4修复的+


错误参考。

我看不出您在问题中给出的链接中存在问题。您使用iOS7 Safari浏览器访问过吗?我一直在解决这个问题,刚刚在ios6和iOS7上测试了1.2.4,并确认它已修复。你应该接受你自己的答案。