我们有一个AngularJS应用程序(v1.2.0-rc.3)。
该应用程序包含一个链接到我们的角应用程序之外的一个网站:
$window.location.href = "http://www.someotherwebsite.com";在Chrome手机上,我们看到当用户访问这个链接并使用手机上的后退按钮返回到角度应用程序时,我们会得到错误:
$rootScope.infdig...
$digest() iterations reached...
Aborting! Watchers fired in the last 5 iterations...
$locationWatch...
ngModelWatch...
Property 'pushState' of object [object History] is not a function...怎么啦?我们能解决这个问题吗?
编辑:
将AngularJS升级到v1.2.15解决了这个问题。
发布于 2014-03-27 15:11:53
将AngularJS升级到v1.2.15解决了这个问题。
https://stackoverflow.com/questions/22616232
复制相似问题