How to use RequireJS in AngularJS Application?

Can we develop an AngularJS application which supports IE 7+ but does not have hash or hashbang urls?

  • I need to develop an application. I want to use Rails and AngularJS. The application also needs to support IE7+ in addition to modern browsers like FF4+, Chrome 14+, Opera 11+ and Safari 5.1+. But the html5mode setting in angularjs does not work in IE7, IE8 and IE9 because they do not support the History API. And almost all information I read in the internet discourage the use of hash or hashbang urls. So, is it possible to develop an application which uses Rails and AngularJS, which supports IE7+ but does not use hash or hashbang urls?

  • Answer:

    it would have to be a round trip application. This would remove almost all of the benefits of AJAX application.

Misko Hevery at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.