stormpath / stormpath-sdk-angularjs

User Management for AngularJS (1.x) applications
http://docs.stormpath.com/angularjs/sdk/
Apache License 2.0
165 stars 58 forks source link

Hard-coded hrefs in templates are broken in hashbang mode #175

Open robertjd opened 8 years ago

robertjd commented 8 years ago

In the login form we have a hard-coded link to /forgot, for the forgot password view. This link is broken if you're using hashbang-based routing. These hrefs should dynamically respond to $location html5 mode enabled.