Wolfgang, this is a known issue when using PathLocationStrategy (if you don't specify a LocationStrategy, it uses PathLocationStrategy by default).
This has been fixed in this commit https://github.com/angular/angular/commit/ac388128096e54c94f0bf78f0c78c8b851256e80 So you can install the fix (I'm assuming is part of the last fixes) by running the following command npm install git://github.com/angular/angular.git#2.0.0-build.4616347.js At the moment I'm writing this, that's the last build, so try it. If it doesn't work, try building yourself the latest master. -- 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.
