This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
using 1.2.0-rc.3 but also in .2
The app is very simple and 99% working. The only problem is that one page has perfectly good looking "a" tags with correct hrefs but most of them do not work. When clicked they change the url in the url-bar and when I then hit refresh the new page shows up and all the correct code is executed. The one link that executes properly is a non-angular page on the same site but other non-angular link do not work.
I am not altering $location or the url bar in any of my code, there are no event handlers that I create, I'm not using a $routeProvider, the server is never getting a request, none of my controllers or services are being invoked and the page markup looks correct as far as I can see.
Not sure how I could have caused this but no doubt it's possible.