has anyone tried something like this? Can some suggest me some work-around or solution for my problem ?
Thanks & Regards, Ravi Ranjan On Thursday, 12 February 2015 19:39:08 UTC+5:30, Ravi Ranjan wrote: > > > Thank you so much Sander, > > Actually, I need to enable deep-link for the pages in my application, but > the problem which is facing is because of hash(#) symbol in URL. > > http://localhost:8080/myspa/*#*/add > > Whenever I access this, portion of the URL received at web-server end is > http://localhost:8080/myspa, which is the left of the #. I understand > that browser does not send portion of URL after #. > > Can you suggest me some solution to achieve my requirement. > > Thanks in Advance, > > Ravi Ranjan > > On Wednesday, 11 February 2015 21:32:34 UTC+5:30, Sander Elias wrote: >> >> Hi Ravi, >> >> Short answer, No. >> Nothing to do with angular, and a lot to do with URI standarts >> <https://tools.ietf.org/html/rfc3986>. >> >> However, you can enable HTML5 mode >> <https://docs.angularjs.org/api/ng/provider/$locationProvider>, and drop >> the need for the # at all, however there are some issues with this too. >> >> Regards >> Sander >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
