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
Post a Comment