ruby on rails - Example app for AngularJS IE9 URL rewriting -


is aware of example app uses url rewriting on server side (preferably rails), in order accommodate angularjs on ie9?

in other words, i'm serving app @ /v2/challenges/new, gets changed #/v2/challenges/new in ie9's location bar, in turn redirects "/". supposed on server side accommodate this?


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -