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

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -