-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HTML5 pushstate #30
Comments
Do we know what browsers our audience will be using? Hopefully they, too, On Thu, Jun 6, 2013 at 1:29 PM, Patrick Stoica notifications@github.comwrote:
|
Angular provides a fallback for older browsers if you use html5mode. Only problem right now is that routes are kind of clashing. |
Oh, nice, I'm all for that, then. We'll just need to make sure that any On Thu, Jun 6, 2013 at 3:11 PM, Patrick Stoica notifications@github.comwrote:
|
In that case we can just set up routes in the /api/ namespace and redirect anything else to root (Devise will also be moved over to Angular, so that could also go in /api/). Seem good? |
+1 from me. On Jun 6, 2013, at 4:45 PM, Patrick Stoica notifications@github.com wrote:
|
No longer relevant. See #84. |
Would everyone be alright with putting the JSON controllers in /api/ so we can use HTML5 pushstate instead of hashbang URLs?
The text was updated successfully, but these errors were encountered: