I just re-tested. The back button works, the forward button does not - it is always low-lit. I'm going to test this using a simple web-page and hashes to confirm the issue is Angular and not the browser.
On Wed, Jun 8, 2016 at 10:18 AM, Jeff Schwartz <[email protected]> wrote: > I'm also using HashLocationStrategy: > '''javascript > bootstrap(AppComponent, [ > ROUTER_PROVIDERS, > Title, > provide(LocationStrategy, {useClass: HashLocationStrategy}) > ]); > ''' > > On Wednesday, June 8, 2016 at 10:06:25 AM UTC-4, Lucas Lacroix wrote: >> >> I am using the HashLocationStrategy in one of my apps. I specifically >> tested this out and it worked normally. >> >> On Wed, Jun 8, 2016 at 10:05 AM, Jeff Schwartz <[email protected]> >> wrote: >> >>> It appears that history navigation via browser's history back/forward >>> buttons is broken in this release of the release candidate router. Anyone >>> else experiencing this? >>> >>> -- >>> 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 https://groups.google.com/group/angular. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Lucas Lacroix >> Computer Scientist >> System Technology Division, MEDITECH <http://ehr.meditech.com> >> 781-774-2293 >> > -- > 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 https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Lucas Lacroix Computer Scientist System Technology Division, MEDITECH <http://ehr.meditech.com> 781-774-2293 -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
