Skip to content
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

Nice urls without /#!/ #26

Closed
4 tasks done
simison opened this issue Oct 7, 2014 · 2 comments
Closed
4 tasks done

Nice urls without /#!/ #26

simison opened this issue Oct 7, 2014 · 2 comments
Assignees
Milestone

Comments

@simison
Copy link
Contributor

simison commented Oct 7, 2014

  • Prefix all API paths with: /api/
  • Turn off html5mode
  • Update frontend URLS everywhere, most of them are handled with ui-sref="pagename" so they'll "just work".
  • Test 404 pages
  • Test modern IE, Chrome, Safari, Firefox
  • Check if Nginx configuration needs updating.

This is implemented at https://github.com/meanjs/mean/tree/0.4.0
For 0.3.0 (we're using this now) see meanjs/mean#195

@simison
Copy link
Contributor Author

simison commented Nov 23, 2014

#54

@simison simison self-assigned this Dec 25, 2014
@simison simison added prio:low and removed prio:low labels Dec 25, 2014
@simison
Copy link
Contributor Author

simison commented Dec 25, 2014

This became suddenly urgent as it seems hash-bang urls are causing some trouble with emails etc. (#83)

It's pretty straightforward to implement, just gotta add /api/ in front of all api calls first and then update all the links.

@simison simison changed the title Nice urls Nice urls without /#!/ Dec 25, 2014
This was referenced Dec 26, 2014
@guaka guaka modified the milestone: equinox Dec 28, 2014
@simison simison mentioned this issue Dec 28, 2014
2 tasks
@guaka guaka modified the milestones: equinox, next up Dec 28, 2014
@simison simison removed the prio:HIGH label Dec 28, 2014
@guaka guaka modified the milestones: next up, equinox Feb 16, 2015
@simison simison modified the milestones: next up, soonish Apr 14, 2015
simison added a commit that referenced this issue Apr 22, 2015
- Pretty urls without /#!/ #26
- Vertical modules #54
- improving configs structure (but not #218)
- Better grunt task #25
@simison simison closed this as completed May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants