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.
Note that the official tutorial page of routing (http://code.angularjs.org/1.2.0rc1/docs/tutorial/step_07) isn't loading into native browser and all my phonegap apps using it are broken with the same error on Android 2.2/2.3.
This can be reproduced in Android 2.3 browser (webkit 533.1). In case anyone wants to debug this issue on a desktop, it can also be reproduced on an older version of chrome (Google Chrome 6.0.401.1 Beta) which is available for download from http://www.oldversion.com/windows/google-chrome/ .
Closing as v1.2.x only receives critical security fixes and Android 2.3 is pretty old.
If the problem persists with newer versions of Angular, please open a new issue (specifying the exact versions of Angular/Android/Browser that are know to be affected).
Route change ends in an $digest error in Angular 1.2rc1 + Android 2.3.6 default browser when changing the location. This is the message:
Plnkr with the bug:
http://plnkr.co/edit/Rx6SDx
I've tried, changing the route via
ng-click="$location.path('/b')"
andng-href="#/b"
. Both ways fail.Might be related issues (now closed): #1417 #2815
This comment fixes the issue for me (but it does not work in a phonegap app): #1417 (comment)
The text was updated successfully, but these errors were encountered: