url rewriting - IE 10 $digest() iteration reached using fallback html5 mode (angularjs) -


from documentation of $location

fallback legacy browsers browsers support html5 history api, $location uses html5 history api write path , search. if history api not supported browser, $location supplies hasbang url. frees having worry whether browser viewing app supports history api or not; $location service makes transparent you.

it works fine under ff,chrome , ie10 (whatever browser mode). when try test in less ie9 mode, fallback mode hashbang behaves oddly. window location converted expected

http://myserver.net/#!/thewebapp 

it displays server root content since angularjs fails during rendering.

script5022: 10 $digest() iterations reached. aborting! 

after reading other q/a, suspect ie10 can't used way. source maybe server side rewriting or combination of both. right have no clue.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -