angularjs - $digest(), pushState, History errors -
we have angularjs application (v1.2.0-rc.3).
the application contains link website outside of our angular application:
$window.location.href = "http://www.someotherwebsite.com";
on chrome mobile, see when user visits link , uses button on mobile come angular application, errors:
$rootscope.infdig... $digest() iterations reached... aborting! watchers fired in last 5 iterations... $locationwatch... ngmodelwatch... property 'pushstate' of object [object history] not function...
what wrong? , resolve this?
edit:
upgrading angularjs v1.2.15 resolves problem.
upgrading angularjs v1.2.15 resolves problem.
Comments
Post a Comment