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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -