Unfortunatley thats not the problem. As described I already fixed the 
problem you described (see "Btw. I already fixed the "Cannot GET ..." error 
with redirecting all requests to the index.html").
Nevertheless I also tried HashLocationStrategy, but this doesn't help for 
my problem either :(

Am Freitag, 15. Januar 2016 17:19:25 UTC+1 schrieb Günter Zöchbauer:
>
> That's a browser feature.
> Angular by default uses HTML5 pushstate (PathLocationStrategy in Angular 
> slang). 
> You either need a server that processes all requests like it were 
> requesting `index.html` or you switch to `HashLocationStrategy` (with # in 
> the URL for routes)
>
> https://angular.io/docs/js/latest/api/router/HashLocationStrategy-class.html
>

-- 
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.

Reply via email to